Add rebind operator ^ #11
KennethL
started this conversation in
Language features
Replies: 2 comments 4 replies
-
Don't like the idea because it is incompatible |
Beta Was this translation helpful? Give feedback.
1 reply
-
Very good then we can get rid of code like this: State1 = call(P,State,init),
State2 = call(P,State1,continue), And write like this instead: ^State = call(P,State,init),
^State = call(P,State,continue), |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A new operator to be used in front of variables to indicate that the variable should be rebound is proposed.
Beta Was this translation helpful? Give feedback.
All reactions