Call a function: Difference between revisions

m
m (Rearrange location of category declaration)
Line 179:
40 REM parameters cannot be passed parameters, however variables are global
50 LET n=1: REM This variable will be visible to the called subroutine
60 GOSUBGO SUB 1000: REM subroutines are called by line number and do not have names
70 REM subroutines do not return a value, but we can see any variables it defined
80 REM subroutines cannot be used in first class context