Updated syntax sample

This commit is contained in:
Louis Burke 2023-09-27 18:40:28 -04:00
parent 85cc1fc97f
commit ceb23440f0
2 changed files with 4 additions and 1 deletions

0
build/.gitkeep Normal file
View file

View file

@ -22,5 +22,8 @@
:bar
# body of bar here
:_baz # private label, not "exported"
:_baz # private label, not "exported" to other "code" sections
# body of baz here
"code" # more loaded code, but in here _baz not yet defined
# in general, all labels beginning with _ are section-local