Function Arguments
- Updated2024-03-18
- 1 minute(s) read
Function Arguments
When you type in a function, separate the first argument from the function name with at least one space. Separate each additional argument with at least one space or comma.
In the syntax portions of the function descriptions in G Mode Functions, the square brackets ([]) that enclose some arguments indicate that those arguments are optional. Do not enter the brackets as part of your arguments.