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 is a basic assignment:
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:
See Also
Tech Notes
Related Guides
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
BibTeX
@misc{reference.wolfram_2024_cassign, author="Wolfram Research", title="{CAssign}", year="2010", howpublished="\url{https://reference.wolfram.com/language/SymbolicC/ref/CAssign.html}", note=[Accessed: 27-April-2025 ]}
BibLaTeX
@online{reference.wolfram_2024_cassign, organization={Wolfram Research}, title={CAssign}, year={2010}, url={https://reference.wolfram.com/language/SymbolicC/ref/CAssign.html}, note=[Accessed: 27-April-2025 ]}