goto label
Jumps to the specified label
Gosub / Return
print "I"; goto skipit print " don't"; skipit: # print " want cookies."
I want cookies.