Difference between revisions of "SCI Programming Language"
From SCI Wiki
Jump to navigationJump to search (Created page with "Official SCI Documentation<br /> <div align="center"><span style="font-size: 22pt">The Script Programming Language</span><br /> ''Author: Jeff Stephenson''<br /> Date...") |
|||
Line 1: | Line 1: | ||
[[Official SCI Documentation]]<br /> | [[Official SCI Documentation]]<br /> | ||
− | <div align="center"><span style="font-size: 22pt">The | + | <div align="center"><span style="font-size: 22pt">The SCI Programming Language</span><br /> |
+ | <span style="font-size: 16pt">T(an appendix to the SCI32 documentation manual)</span><br /> | ||
''Author: [[Jeff Stephenson]]''<br /> | ''Author: [[Jeff Stephenson]]''<br /> | ||
− | Date: 4 April 1988</div> | + | Date: 4 April 1988 |
+ | |||
+ | Revised by: Susan Frischer<br /> | ||
+ | 1st Revision: 14 September 1994<br /> | ||
+ | 2nd Revision: 28 September 1994</div> | ||
<blockquote> | <blockquote> | ||
− | *[[The | + | *[[The SCI Programming Language/Introduction | Introduction]] |
− | *[[The | + | *[[The SCI Programming Language/Primitive Procedures| Primitive Procedures]] |
− | *[[The | + | *[[The SCI Programming Language/Arithmetic Primitives | Arithmetic Primitives]] |
− | *[[The | + | *[[The SCI Programming Language/Boolean Primitives | Boolean Primitives]] |
− | *[[The | + | *[[The SCI Programming Language/Assignment Primitives | Assignment Primitives]] |
− | + | *[[The SCI Programming Language/Data Types and Variables | Data Types and Variables]] | |
− | + | *[[The SCI Programming Language/Definitions | Definitions]] | |
− | + | *[[The SCI Programming Language/Control Flow | Control Flow]] | |
− | *[[The | + | *[[The SCI Programming Language/Conditionals | Conditionals]] |
− | + | *[[The SCI Programming Language/Iteration | Iteration]] | |
− | + | *[[The SCI Programming Language/Procedures | Procedures]] | |
− | *[[The | + | *[[The SCI Programming Language/Files | Files]] |
− | *[[The | + | *[[The SCI Programming Language/Compiling SCI | Compiling SCI]] |
− | *[[The | + | *[[The SCI Programming Language/Index | Index]] |
</blockquote> | </blockquote> | ||
<div align="center"> | <div align="center"> | ||
Chapter: | Chapter: | ||
− | [[The | + | [[The SCI Programming Language/Introduction|1]] | |
− | [[The | + | [[The SCI Programming Language/Primitive Procedures|2]] | |
− | [[The | + | [[The SCI Programming Language/Arithmetic Primitives|3]] | |
− | [[The | + | [[The SCI Programming Language/Boolean Primitives|4]] | |
− | [[The | + | [[The SCI Programming Language/Assignment Primitives |5]] |
− | [[The | + | [[The SCI Programming Language/Data Types and Variables|6]] | |
− | [[The | + | [[The SCI Programming Language/Definitions|7]] | |
− | [[The | + | [[The SCI Programming Language/Control Flow|8]] | |
− | [[The | + | [[The SCI Programming Language/Conditionals|9]] | |
+ | [[The SCI Programming Language/Iteration|10]] | | ||
+ | [[The SCI Programming Language/Primitive Procedures|11]] | | ||
+ | [[The SCI Programming Language/Files|12]] | | ||
+ | [[The SCI Programming Language/Compiling SCI|13]] | | ||
+ | [[The SCI Programming Language/Index|Index]] | ||
</div><br /> | </div><br /> | ||
− | * [[Media:SCRIPT.pdf|Download The | + | * [[Media:SCRIPT.pdf|Download The SCI Programming Language in PDF Form]]<br /> |
| | ||
− | <span style="float: left"><span class="Inactive">< Previous: </span></span><span style="float: right">[[The | + | <span style="float: left"><span class="Inactive">< Previous: </span></span><span style="float: right">[[The SCI Programming Language/Introduction|Next: Introduction >]]</span> |
| | ||
[[Category:SCI Documentation]] | [[Category:SCI Documentation]] | ||
+ | [[Category:SCI32]] | ||
[[Category:Scripting]] | [[Category:Scripting]] |
Revision as of 15:37, 20 May 2016
The SCI Programming Language
T(an appendix to the SCI32 documentation manual)
Author: Jeff Stephenson
Date: 4 April 1988
Revised by: Susan Frischer
1st Revision: 14 September 1994
< Previous: Next: Introduction >