Jump to content

Arithmetic/Integer: Difference between revisions

m
Line 889:
=={{header|NSIS}}==
All Arithmetic in NSIS is handled by the [http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.10.2 IntOp] instruction. It is beyond the scope of this task to implement user input (a fairly involved task), so I will be providing hard-coded values simulating the user input, with the intention of later adding the user-input piece.
<lang NSISnsis>
Function Arithmetic
Push $0
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.