Add support for local labels

This commit is contained in:
2025-06-19 18:59:50 -07:00
parent 0f59dd668a
commit 71906cf4b8
4 changed files with 102 additions and 10 deletions
+16
View File
@@ -0,0 +1,16 @@
'Slightly contrived example: two routines
'using the same local label ".loop"
:run_w
#walk w
:.loop
#try w stop
#.loop
'
:run_e
#walk e
:.loop
#try e stop
#.loop
'
:stop
#walk i