Hacker News new | past | comments | ask | show | jobs | submit login

Numeric labels also don't work:

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

  label: PRINT "hello"
  GOTO label



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: