Call a function: Difference between revisions

m
misplaced tag moved
m (Cleaned up the prose of the task description.)
m (misplaced tag moved)
Line 334:
90 REM builtin functions are used in first class context, and do not need the FN keyword prefix
100 PRINT SIN(50): REM here we pass a parameter to a builtin function
110 PRINT RND(): REM here we use a builtin function without parameters</lang>
120 RANDOMIZE: REM statements are not functions and cannot be used in first class context.</lang>
 
{{omit from|GUISS}}