Difference between revisions of "Help:Syntax"
From ApCoCoAWiki
KHiddemann (talk | contribs) (New page: syntax {{stub}}) |
KHiddemann (talk | contribs) |
||
Line 1: | Line 1: | ||
syntax | syntax | ||
− | {{ | + | ==Description== |
+ | Contains the syntax for a CoCoA [[CoCoAXML:Command|command]], i.e. how a statement which makes use of that command is supposed to look like. The contents of this element will typically get displayed in a teletype / monospace font. | ||
+ | |||
+ | ==Syntax== | ||
+ | <code><syntax> ... </syntax></code> | ||
+ | |||
+ | ==May contain== | ||
+ | *[[CoCoAXML:PCDATA|#PCDATA]] | ||
+ | *[[CoCoAXML:Em|em]] | ||
+ | *[[CoCoAXML:Coc-Quotes|coc-quotes]] | ||
+ | *[[CoCoAXML:Formula|formula]] | ||
+ | *[[CoCoAXML:TT|tt]] | ||
+ | |||
+ | [[Category:CoCoAXML|Syntax]] | ||
+ | {{DISPLAYTITLE:Syntax}} |
Revision as of 14:32, 25 July 2007
syntax
Description
Contains the syntax for a CoCoA command, i.e. how a statement which makes use of that command is supposed to look like. The contents of this element will typically get displayed in a teletype / monospace font.
Syntax
<syntax> ... </syntax>