| Table Of Contents | Index |

Example:Warning! Don't put the variable you are running in parentheses.
var YProcedure WriteSquared (X) Writeln (X * X) EndProc
Y = Loc WriteSquared Run Y(3) ; This will write a 9 on the screen
Run (Y,3) ; this won't work
| See Also: | Loc |
|---|
| Category: | Misc |
|---|

| Table Of Contents | Index |
|
