Arithmetic/Integer: Difference between revisions

Content added Content deleted
Line 888: Line 888:


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