Contents
Syntax
The syntax for
std::string definitions std::string(definitions) :=(std::string, definitions)
@std::string definitions @std::string(definitions) @:=(std::string, definitions)
Note: If you are using the first syntax for variable definitions and want to have more code and/or text following on the same line then simply end the definition with '
Description
The
Note:
Note: If you need to define thousands of variables then
Options
The following options are available for
option | description |
---|---|
definition of a |
|
define variable at layer |
|
definition of a |
|
add |
|
option | description |
f++ example
Examples of
- std::string a="cat", b="dog"
- std::string(x, y, z)
- :=(std::string, str = "hello, world!")
n++ example
Examples of
- @std::string a="cat", b="dog"
- @std::string(x, y, z)
- @:=(std::string, str = "hello, world!")