fn: -
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
-(params)
@-(params)
Description
Note: It is typically faster to use exprtk for arithmetic operators, plus the syntax is nicer.
f++ example
Example of
:=(int, a=15, b=13, c=10) console(-(a, b)) console(-(a, b, c))
n++ example
Example of
@:=(int, a=15, b=13, c=10) @console(@-(a, b)) @console(@-(a, b, c))