fn: exprtk.str
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
exprtk.str() exprtk.str(name)
@exprtk.str() @exprtk.str(name)
Description
The
f++ example
Examples of
- exprtk.add_package(basicio_package)
- exprtk.compile(println('hello, world!'))
- console(exprtk.str())
- exprtk.add_package(basicio_package)
- exprtk.compile(hello, println('hello, world!'))
- console(exprtk.str(hello))
n++ example
Examples of
- @exprtk.add_package(basicio_package)
- @exprtk.compile(println('hello, world!'))
- @console(exprtk.str())
- @exprtk.add_package(basicio_package)
- @exprtk.compile(hello, println('hello, world!'))
- @console(exprtk.str(hello))