Skip to content

Passing values :> #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bespoke-code opened this issue Feb 28, 2014 · 1 comment
Open

Passing values :> #1

bespoke-code opened this issue Feb 28, 2014 · 1 comment
Assignees

Comments

@bespoke-code
Copy link

Have you considered passing values to the right?

For example:

valid:

a <: 10;
a <: 3 + 5;
a <: a = b;

idea:

10 :> a;
3 + 5 :> a;
a = b :> b;

@hf hf self-assigned this Feb 28, 2014
@hf hf added the enhancement label Feb 28, 2014
@hf
Copy link
Owner

hf commented Feb 28, 2014

Ah-ma-zing. (:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants