-
Notifications
You must be signed in to change notification settings - Fork 1
Block
justinmann edited this page Dec 24, 2017
·
3 revisions
Block is a list of one or more statements that will be run in sequential order.
Here is a simple block that adds a value to a:
a := 1
a += 1