Created
March 20, 2025 12:21
-
-
Save larsbrinkhoff/34cfd6e947386ea0da86b9c2a4b4af7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title test | |
.begin foo | |
x=1 | |
.begin bar | |
y=2 | |
.begin baz | |
z=3 | |
.begin foo | |
q=4 | |
.end foo | |
.end baz | |
.end bar | |
.end foo | |
foo"x | |
bar"y | |
baz"z | |
baz"foo"q | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment