FUNCTION
These commands will declare a user defined function within your program. User functions work in the same way normal commands work. They can accept multiple parameters and return values in the same manner, allowing you to create customized commands within your program.
SYNTAX
FUNCTION FunctionName(Function Parameters)
RELATED INFO
CORE Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example