=== 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|goto]], [[gosub|gosub]], or [[onerror|onerror]]. print "before" gosub display print "after" end display: print "in gosub" return