Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1248 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c7a681751a
commit
a3676511e6
24 changed files with 673 additions and 676 deletions
|
@ -1,4 +1,4 @@
|
|||
\H{labels} Labels
|
||||
\C{labels} Labels
|
||||
|
||||
Labels are the targets of Goto instructions, or of the various branching instructions (such as IfErrors, MessageBox, IfFileExists, and StrCmp). Labels must be within a Section or a Function. Labels are local in scope, meaning they are only accessable from within the Section or Function that they reside in.
|
||||
To declare a label, simply do:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue