Using Function Calls in Functions and Programs
- Updated2025-10-31
- 1 minute(s) read
Using Function Calls in Functions and Programs
Functions can be called within the program and in functions. Here the syntax corresponds to the function description, but without specifying the data types. All other characters and key words (for example ref, [ , ]) are specified with the data type.
Without Return Values
Example
One Return Value
Example

Multiple Return Values, Multiple Parameters
Example
