User Tools

Site Tools


en:labelprogramsyntax

This is an old revision of the document!


Label

A line may optional begin with a label followed without a space with a colon to be used as a destination of a goto, gosub, or onerror.

print "before"
gosub display
print "after"
end

display:  print "in gosub"
return
en/labelprogramsyntax.1471113300.txt.gz · Last modified: 2020/02/28 10:46 (external edit)