Files
marzipan/tests/labels/local.txt
T
2025-06-20 02:14:13 -07:00

17 lines
178 B
Plaintext

'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