![]() |
BCX Console Demonstration Program S104.bas |
DIM
jCLS
"Calling Subroutine 9 times ..."
:FOR
j=
1
TO
9
GOSUB
qwertyNEXT
j"All Done!"
END
' Don't accidently fall into the subroutine
QwErTy:' BCX Subroutine Labels are NOT case sensitive
" This is instance >>"
, j," << of the subroutine call."
RETURN
' Return from subroutine back to main program