Loops

As stated in the IDD, for now, JM- only supports While loops. (Which obviously had to stay edgy with a decently complex syntax)

While loop example

while {condition} > {function{options}; variable<+1;}

The variable<+1; was used to stop the loop, but wasn't necessary, learn more on variable modification.

Last updated