This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| docs:3000_rule_language:0400_rule_language [2025/06/12 02:35] – Rename to AwareIM aware_support3 | docs:3000_rule_language:0400_rule_language [2025/06/12 03:59] (current) – Change to AwareIM aware_support3 |
|---|
| ==== Function ==== | ==== Function ==== |
| |
| A function performs some calculation and returns the result as a Literal. There are a number of built-in functions that //**AwareIM**// supports. New functions can be plugged in as well (see "Aware IM Programmer’s Referefence"). A function may or may not have parameters. Parameters of a function must be Arithmetic Operations. IF a function does not have parameters then it can be referred to by name only. IF a function has parameters, they are listed after the function’s name and enclosed in brackets. Parameters are separated by the comma symbol. Examples of functions: | A function performs some calculation and returns the result as a Literal. There are a number of built-in functions that //**AwareIM**// supports. New functions can be plugged in as well (see "AwareIM Programmer’s Referefence"). A function may or may not have parameters. Parameters of a function must be Arithmetic Operations. IF a function does not have parameters then it can be referred to by name only. IF a function has parameters, they are listed after the function’s name and enclosed in brackets. Parameters are separated by the comma symbol. Examples of functions: |
| |
| * ''CURRENT_DATE'' - function with no parameters | * ''CURRENT_DATE'' - function with no parameters |