Function
Function
Functions perform a calculation/evaluation - some requires parameters - and return typed values.
Grouping Functions by their return type
|
Return type |
Description |
|
Bool |
List of function that return Bool is listed in Appendix - Functions that return type Bool |
|
Num |
List of function that return Num is listed in Appendix - Functions that return type Num |
|
Text |
List of function that return Text is listed in Appendix - Functions that return type Text |