Allow Boolean variables in guards and updates #104
Labels
large endeavour
An endeavour that requires a relatively more effort to implement
new feature
A feature that should eventually be added
Allow boolean variables in guards and updates such that:
Users can declare boolean variables and initial values in declarations:
Users can use boolean variables in guards:
Maybe we should further allow
x < 2 && a && !b
(I think we should) but we can discuss that in this issue.Users can update boolean variables in updates:
The text was updated successfully, but these errors were encountered: