Contents
Syntax
The syntax for
size(param)
@size(param)
Description
The
f++ example
Example of
- :=(string, str="hello, world!")
- console(size(str))
n++ example
Example of
- @:=(string, str="hello, world!")
- @console(@size(str))