TetGenGetElementAttributes[expr] gets the element attributes in a TetGen expression.
InvokeServiceOperation["url ", request] invokes a web service operation using the request message request. The message is sent to the end point specified in " url ". ...
General::list
Leaves
(Statistical Plots Package Symbol) Leaves is an option for StemLeafPlot that specifies how leaves should be displayed.
Text
(Built-in Mathematica Symbol) Text[expr] displays with expr in plain text format. Text[expr, coords] is a graphics primitive that displays the textual form of expr centered at the point specified by ...
RemoteKernelInformation[link] returns information about the Lightweight Grid kernel connected on link.RemoteKernelInformation[] returns information about all open Lightweight ...
CBlock
(SymbolicC Package Symbol) CBlock[args] is a symbolic representation of a block of statements.
CComment[text] is a symbolic representation of a comment. CComment[text, {pre, post}] includes text to add before and after the comment.
CDeclare[type, var] is a symbolic representation of a variable declaration.CDeclare[type, {var_1, ...}] declares a number of variables.
CPreprocessorIfdef[cond] is a symbolic representation of a preprocessor ifdef conditional.CPreprocessorIfdef[cond, true, false] represents the true and false cases.