Difference between revisions of "Help:Syntax"

From ApCoCoAWiki
(New page: syntax {{stub}})
 
Line 1: Line 1:
 
syntax
 
syntax
  
{{stub}}
+
==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>&lt;syntax&gt; ... &lt;/syntax&gt;</code>
 +
 
 +
==May contain==
 +
*[[CoCoAXML:PCDATA|&#35;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>

May contain