Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 394 Bytes

0ifstatements.md

File metadata and controls

15 lines (11 loc) · 394 Bytes

plans:

if statements: [delay, [greaterThan, var, arg], [[action1, arg],[action2, arg]] ] [delay, [lessThan, var, arg], [[action1, arg],[action2, arg]] ] [delay, [equalThan, var, arg], [[action1, arg],[action2, arg]] ] [delay, [isTrue, var], [[action1, arg],[action2, arg]] ]

[simultaneous, [action1, arg], [action2, arg], ...]

complex args:

[global, cArg] [self, cArg] [concat, arg1, arg2]