Contents
Syntax
The syntax for
is_const(variable)
@is_const(variable)
Description
The
f++ example
Example of
:={const}(int, a) :=(int, b) console(is_const(a)) console(is_const(b))
n++ example
Example of
@:={const}(int, a) @:=(int, b) @console(@is_const(a)) @console(@is_const(b))