+  ( n1 n2 -- n3=n1+n2 )

published: 30 January 2023 / updated 30 January 2023

Lire cette page en français

 

vocabulary: forth

Addition of two signed single precision integers.

Example:

6 3  + .    \ display 9 
-6 3 + .    \ display -3