Skip to content
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

Order of expressions #2

Open
ashnur opened this issue Mar 10, 2013 · 0 comments
Open

Order of expressions #2

ashnur opened this issue Mar 10, 2013 · 0 comments

Comments

@ashnur
Copy link
Owner

ashnur commented Mar 10, 2013

Currently every expression gets executed only once, which would be OK if this would be a script of some kind, but I wish to have interconnected expressions, so setting conflicting values like
x = 1
x = 2
should be an error

and the order in which expressions are entered should not be relevant.

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

1 participant