Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

CBlock

CBlock[args]
is a symbolic representation of a block of statements.
  • SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
  • SymbolicC expressions can be converted into a C string with ToCCodeString.
  • adds semicolons to its arguments and places each on a new line when it is converted into a C string.
To use SymbolicC you first need to load the package:
This creates an entire block of code:
To use SymbolicC you first need to load the package:
In[1]:=
Click for copyable input
This creates an entire block of code:
In[2]:=
Click for copyable input
Out[2]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF