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

Clone this wiki locally