Arithmetic/Integer: Difference between revisions

m
Line 888:
 
=={{header|NSIS}}==
All Arithmetic in NSIS is handled by the [http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.210.72 IntOp] instruction
<lang NSIS>
IntOp $0 1 + 3
Anonymous user