Updated syntax sample
This commit is contained in:
parent
85cc1fc97f
commit
ceb23440f0
0
build/.gitkeep
Normal file
0
build/.gitkeep
Normal file
|
@ -22,5 +22,8 @@
|
||||||
:bar
|
:bar
|
||||||
# body of bar here
|
# body of bar here
|
||||||
|
|
||||||
:_baz # private label, not "exported"
|
:_baz # private label, not "exported" to other "code" sections
|
||||||
# body of baz here
|
# body of baz here
|
||||||
|
|
||||||
|
"code" # more loaded code, but in here _baz not yet defined
|
||||||
|
# in general, all labels beginning with _ are section-local
|
||||||
|
|
Loading…
Reference in a new issue