Call a function: Difference between revisions

Content added Content deleted
m (statement context)
Line 190: Line 190:
100 PRINT SIN(50): REM here we pass a parameter to a builtin function
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>
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.

{{omit from|GUISS}}
{{omit from|GUISS}}