NT Script: Difference between revisions
Jump to navigation
Jump to search
m
Add math operators, including a note about division
imported>Phil235 (adding NT Script page) |
imported>Oranges m (Add math operators, including a note about division) |
||
Line 101: | Line 101: | ||
// code block | // code block | ||
} | } | ||
== Math == | |||
The math operators are for the most part pretty standard, the only one to watch out for is division which is not the expected / (as that would clash with comments in the naive ntsl parser) | |||
* is multiplication | |||
+ is addition | |||
- is subtraction | |||
^ is division | |||
== NT Deluxe Namespaces == | == NT Deluxe Namespaces == |