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 - + addition operator (binary) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 +                   Addition operator (binary)
------------------------------------------------------------------------------
 Syntax
   nNumber1 + nNumber2

 Arguments
   nNumber1 is a numeric expression to increment by nNumber2.

   nNumber2 is a numeric expression to add to nNumber1.

 Description
   The + operator returns a numeric value resulting from the addition
   of the two operands.

 Example
   #define EXAMPLE_OPERATOR
   #include example.hdr

   proc Test_917
   ? 2 + 3 + 4
   ? 0 + 222
   endproc

   proc main
   Test_917()
   endproc

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