CAssign
CAssign[lhs,rhs]
is a symbolic representation of an assignment statement.
Details and Options
- SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
- SymbolicC expressions can be converted into a C string with ToCCodeString.
- The right-hand side of the assignment can be a list. This is useful for initializing an array.
Examples
Basic Examples (1)
To use SymbolicC you first need to load the package:
This assigns the location pointed to by pt to 10:
This declares a variable and assigns it:
You can use different operators. This adds 5 to a and assigns the result in a:
You can give a list of right-hand values. This is useful for initializing an array:
Text
Wolfram Research (2010), CAssign, Wolfram Language function, https://reference.wolfram.com/language/SymbolicC/ref/CAssign.html.
CMS
Wolfram Language. 2010. "CAssign." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/SymbolicC/ref/CAssign.html.
APA
Wolfram Language. (2010). CAssign. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/SymbolicC/ref/CAssign.html