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