more comments for IfNot from patch #1846785
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5458 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e95213944d
commit
3a836f1f60
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
; If|IfNot|Unless..{ElseIf|ElseIfNot|ElseUnless}..[Else]..EndIf|EndUnless
|
||||
; - Conditionally executes a block of statements, depending on the value
|
||||
; of an expression. IfNot and Unless are equivalent and
|
||||
; interchangeable.
|
||||
; interchangeable, as are ElseIfNot and ElseUnless.
|
||||
; AndIf|AndIfNot|AndUnless|OrIf|OrIfNot|OrUnless
|
||||
; - Adds any number of extra conditions to If, IfNot, Unless, ElseIf,
|
||||
; ElseIfNot and ElseUnless statements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue