Language Structure
From CometWiki
(Difference between revisions)
(3 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: | ||
- | + | [[Source Program Divisions]]<br/> | |
- | [[Notation Conventions]] | + | [[Notation Conventions]]<br/> |
- | [[Comment Character]] | + | [[Comment Character]]<br/> |
- | [[Indentation]] | + | [[Indentation]]<br/> |
- | [[Multiple Statements on a Line]] | + | [[Multiple Statements on a Line]]<br/> |
- | [[Statement Continuation]] | + | [[Statement Continuation]]<br/> |
- | [[Underscore and ampersand]] | + | [[Underscore and ampersand]]<br/> |
- | [[Special Characters]] | + | [[Special Characters]]<br/> |
- | [[Data Types]] | + | [[Data Types]]<br/> |
- | [[Arrays]] | + | [[Arrays]]<br/> |
- | [[Operations]] | + | [[Operations]]<br/> |
- | [[Include files]] | + | [[Include files]]<br/> |
- | [[Use files]] | + | [[Use files]]<br/> |
- | [[Subprograms]] | + | [[Subprograms]]<br/> |
- | [[Symbolic constants]] | + | [[Symbolic constants]]<br/> |
- | [[ System symbolic constants]] | + | [[ System symbolic constants]]<br/> |
+ | [[ System Variables]] |
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