Conditions

JM-'s Conditions, just like Data types are simple, and similar to C/C++, except for her, that always needs to be edgy.

JM- Supports mathematics' logical conditions.

List of Conditions

Here is a list of all the available conditions with their syntax

  • 'if' condition: if {condition} > {function{options};}

  • 'else if' condition: else if {condition} > {function{options};}

  • 'else' condition: else {function{options};}

  • 'switch' condition: switch {condition} > 1:{function{options};}; 2:{function{options};};

Last updated