Language Structure

From CometWiki

(Difference between revisions)
Jump to: navigation, search
(New page: =Internet Basic Language Structure= The following pages describe the structure of an Internet Basic source program: <nowiki><p></nowiki> <nowiki><ul></nowiki> <nowiki><li><a href="so...)
 
(4 intermediate revisions not shown)
Line 2: Line 2:
  The following pages describe the structure of an Internet Basic source program:
  The following pages describe the structure of an Internet Basic source program:
-
<nowiki><p></nowiki>
+
[[Source Program Divisions]]<br/>
-
<nowiki><ul></nowiki>
+
[[Notation Conventions]]<br/>
-
<nowiki><li><a href="source.htm">Source Program Divisions</a></nowiki>
+
[[Comment Character]]<br/>
-
<nowiki><li><a href="notation.htm">Notation Conventions</a></nowiki>
+
[[Indentation]]<br/>
-
<nowiki><li><a href="comment.htm">Comment Character</a></nowiki>
+
[[Multiple Statements on a Line]]<br/>
-
<nowiki><li><a href="indent.htm">Indentation</a></nowiki>
+
[[Statement Continuation]]<br/>
-
<nowiki><li><a href="multstmt.htm">Multiple Statements on a Line</a></nowiki>
+
[[Underscore and ampersand]]<br/>
-
<nowiki><li><a href="stmtcont.htm">Statement Continuation</a></nowiki>
+
[[Special Characters]]<br/>
-
<nowiki><li><a href="underamp.htm">Underscore and ampersand</a></nowiki>
+
[[Data Types]]<br/>
-
<nowiki><li><a href="specialcharacters.htm">Special Characters</a></nowiki>
+
[[Arrays]]<br/>
-
<nowiki><li><a href="datatype.htm">Data Types</a></nowiki>
+
[[Operations]]<br/>
-
<nowiki><li><a href="arrays.htm">Arrays</a></nowiki>
+
[[Include files]]<br/>
-
<nowiki><li><a href="operation.htm">Operations</a></nowiki>
+
[[Use files]]<br/>
-
<nowiki><li><a href="includefile.htm">Include files</a></nowiki>
+
[[Subprograms]]<br/>
-
<nowiki><li><a href="usefile.htm">Use files</a></nowiki>
+
[[Symbolic constants]]<br/>
-
<nowiki><li><a href="subprog.htm">Subprograms</a></nowiki>
+
[[ System symbolic constants]]<br/>
-
<nowiki><li><a href="set.htm">Symbolic constants</a></nowiki>
+
[[ System Variables]]
-
<nowiki><li><a href="systemsymbolicconstants.htm"> System symbolic constants</a></nowiki>
+
-
<nowiki></ul></nowiki>
+
-
 
+
-
<nowiki></body></nowiki>
+
-
<nowiki></html></nowiki>
+

Latest revision as of 03:39, 1 June 2009

Internet Basic Language Structure

The following pages describe the structure of an Internet Basic source program:

Source Program Divisions
Notation Conventions
Comment Character
Indentation
Multiple Statements on a Line
Statement Continuation
Underscore and ampersand
Special Characters
Data Types
Arrays
Operations
Include files
Use files
Subprograms
Symbolic constants
System symbolic constants
System Variables