NT Script: Difference between revisions

273 bytes added ,  15:52, 25 April 2014
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 ==
Anonymous user