mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 03:15:43 +08:00
299 B
299 B
Functions
TODO
An expression may also contain function calls, which are indicated by the name of the function, followed by its arguments in parentheses. The parentheses are required, even when there are no arguments:
<<set $roll_2d6 = dice(6) + dice(6)>>
<<set $random = random()>>