Language Structure
From CometWiki
(Difference between revisions)
(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...) |
|||
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]] | |
- | + | [[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]] | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 17:06, 18 August 2008
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