Contents
Syntax
The syntax for
%(params)
@%(params)
Description
Note: It is typically faster to use exprtk for the modulo function, plus the syntax is nicer.
f++ example
Example of
- :=(int, a=5, b=3)
- console(%(a, b))
n++ example
Example of
- @:=(int, a=5, b=3)
- @console(@%(a, b))