Loops If Comments
(hide help)

Loops!

$ForEach Row
$Next
(hide)

Comments

$Comment This is a comment
$REM this is also a comment
(hide)

If

$If $1 = 'Hello' then
You said hello!
$End If

Meaning: 'if the first column equals 'Hello' then output: "You said hello!"

(hide)