From ceb23440f01e3f046a640734f533adfdbe7bcffe Mon Sep 17 00:00:00 2001 From: Louis Burke Date: Wed, 27 Sep 2023 18:40:28 -0400 Subject: [PATCH] Updated syntax sample --- build/.gitkeep | 0 samples/syntax.atc | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 build/.gitkeep diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/samples/syntax.atc b/samples/syntax.atc index bc924ca..09d83f1 100644 --- a/samples/syntax.atc +++ b/samples/syntax.atc @@ -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