Jump to content

Call a function: Difference between revisions

m
m (statement context)
Line 190:
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.
 
{{omit from|GUISS}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.