Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, but the built-in commands don't use that. You write

    PRINT "Hello"
and not

    GOSUB PRINT "Hello"
Rather, you'd write

    GOSUB 690
to run your subroutine that starts at line 690.


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

Search: