Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - - subtraction operator (binary) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 -                   Subtraction operator (binary)
------------------------------------------------------------------------------
 Syntax
   nNumber1 - nNumber2

 Arguments
   nNumber1 is a numeric expression to decrement by nNumber2.

   nNumber2 is a numeric expression by which nNumber1 is decremented.

 Description
   The * operator returns a numeric value resulting from subtracting
   nNumber2 from nNumber1.

 Example
   #define EXAMPLE_OPERATOR
   #include example.hdr

   proc Test_919
   ? 10 - 20
   ? 20 - 10
   endproc

   proc main
   Test_919()
   endproc

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson