xref: /Universal-ctags/Units/parser-basic.r/basic-labels.d/input.bas (revision 9393260dc931c73b8074c5a3068b07edf217c36e)
1' This is not a label:
2REM This is not a label:
3
4repeat:
5PRINT "Going 'round again"
6GOTO repeat
7END
8