Difference between revisions of "Help:Syntax"

From ApCoCoAWiki
(fixing some links.)
Line 2: Line 2:
  
 
==Description==
 
==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.
+
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==
 
==Syntax==
Line 8: Line 8:
  
 
==May contain==
 
==May contain==
*[[CoCoAXML:PCDATA|#PCDATA]]
+
*[[Help:PCDATA|#PCDATA]]
*[[CoCoAXML:Em|em]]
+
*[[Help:Em|em]]
*[[CoCoAXML:Formula|formula]]
+
*[[Help:Formula|formula]]
*[[CoCoAXML:Quotes|quotes]]
+
*[[Help:Quotes|quotes]]
*[[CoCoAXML:TT|tt]]
+
*[[Help:TT|tt]]
  
 
[[Category:CoCoAXML|Syntax]]
 
[[Category:CoCoAXML|Syntax]]
 
{{DISPLAYTITLE:Syntax}}
 
{{DISPLAYTITLE:Syntax}}

Revision as of 14:43, 16 October 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