5 lines
165 B
Text
5 lines
165 B
Text
9000 REM The function is immediately visible and usable
|
|
9010 DEF FN s(x)=x*x
|
|
|
|
PRINT FN s(5): REM This will work immediately
|
|
GO TO 50: REM This will work immediately
|