Calling functions
JM-'s Functions are called with functionName { options } ;
, where options
are parameters enclosed in curly braces, or other functions, and ;
represents a statement ending character.
Some functions also have options that are needed to do stuff in the curly braced options e.g. functionName( otherSetting=true ){ options };
Something that is pointed out in the IDD is that, like in other C-Like programming languages you can space anything however you want*, because the compiler ignores whitespaces.
Last updated
Was this helpful?