Difference between revisions of "Help:Syntax"

From ApCoCoAWiki
(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
  
{{stub}}
+
==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>&lt;syntax&gt; ... &lt;/syntax&gt;</code>
 +
 
 +
==May contain==
 +
*[[Help:PCDATA|&#35;PCDATA]]
 +
*[[Help:Em|em]]
 +
*[[Help:Formula|formula]]
 +
*[[Help:Quotes|quotes]]
 +
*[[Help:TT|tt]]
 +
 
 +
[[Category:CoCoAXML|Syntax]]
 +
{{DISPLAYTITLE:Syntax}}

Latest 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