wrong result for bitwise not (part of bug #1349810)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4390 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c1b96d78d8
commit
7846ca8361
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Combines value1 and (depending on OP) value2 into the user variable $x. OP is de
|
|||
|
||||
\b \e{<<} LEFT SHIFTs value1 by value2
|
||||
|
||||
\b \e{~} BITWISE NEGATEs value1 (i.e. 7 becomes 4294917288)
|
||||
\b \e{~} BITWISE NEGATEs value1 (i.e. 7 becomes 4294967288)
|
||||
|
||||
\b \e{!} LOGICALLY NEGATEs value1 (i.e. 7 becomes 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue