Hacker News new | ask | show | jobs
by sratner 5374 days ago
Numeric labels also don't work:

  10: PRINT "hello"
  GOTO 10
This works though:

  label: PRINT "hello"
  GOTO label