Difference between revisions of "Help:Syntax"
From ApCoCoAWiki
KHiddemann (talk | contribs) (New page: syntax {{stub}}) |
m (CoCoAXML:Syntax moved to Help:Syntax: tidying up the wiki.) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
syntax | syntax | ||
− | {{ | + | ==Description== |
+ | Contains the syntax for a CoCoA [[Help: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== | ||
+ | *[[Help:PCDATA|#PCDATA]] | ||
+ | *[[Help:Em|em]] | ||
+ | *[[Help:Formula|formula]] | ||
+ | *[[Help:Quotes|quotes]] | ||
+ | *[[Help:TT|tt]] | ||
+ | |||
+ | [[Category:CoCoAXML|Syntax]] | ||
+ | {{DISPLAYTITLE:Syntax}} |