Difference between revisions of "SCI Programming Language"
From SCI Wiki
Jump to navigationJump to searchm (Collector moved page SCI Programming Language, The to SCI Programming Language) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
<blockquote> | <blockquote> | ||
− | *[[ | + | *[[SCI Programming Language/Introduction | Introduction]] |
− | *[[ | + | *[[SCI Programming Language/Primitive Procedures| Primitive Procedures]] |
− | + | **[[SCI Programming Language/Primitive_Procedures#Arithmetic_Primitives| Arithmetic Primitives]] | |
− | **[[ | + | **[[SCI Programming Language/Primitive_Procedures#Boolean_Primitives| Boolean Primitives]] |
− | **[[ | + | **[[SCI Programming Language/Primitive_Procedures#Assignment_Primitives| Assignment Primitives]] |
− | **[[ | + | *[[SCI Programming Language/Data Types and Variables | Data Types and Variables]] |
− | + | *[[SCI Programming Language/Definitions | Definitions]] | |
− | *[[ | + | *[[SCI Programming Language/Control Flow | Control Flow]] |
− | *[[ | + | **[[The SCI Programming Language/Control Flow#Conditionals| Conditionals]] |
− | *[[ | + | **[[The SCI Programming Language/Control Flow#Iteration| Iteration]] |
− | + | *[[SCI Programming Language/Procedures | Procedures]] | |
− | **[[The SCI Programming Language/Conditionals | Conditionals]] | + | *[[SCI Programming Language/Files | Files]] |
− | **[[The SCI Programming Language/Iteration | Iteration]] | + | *[[SCI Programming Language/Compiling SCI | Compiling SCI]] |
− | + | *[[SCI Programming Language/Index | Index]] | |
− | *[[ | ||
− | *[[ | ||
− | *[[ | ||
− | *[[ | ||
</blockquote> | </blockquote> | ||
<div align="center"> | <div align="center"> | ||
Chapter: | Chapter: | ||
− | [[ | + | [[SCI Programming Language/Introduction|1]] | |
− | [[ | + | [[SCI Programming Language/Primitive Procedures|2]] | |
− | [[ | + | [[SCI Programming Language/Primitive_Procedures#Arithmetic_Primitives|3]] | |
− | [[ | + | [[SCI Programming Language/Primitive_Procedures#Boolean_Primitives|4]] | |
− | [[ | + | [[SCI Programming Language/Primitive_Procedures#Assignment_Primitives |5]] | |
− | [[ | + | [[SCI Programming Language/Data Types and Variables|6]] | |
− | [[ | + | [[SCI Programming Language/Definitions|7]] | |
− | [[ | + | [[SCI Programming Language/Control Flow|8]] | |
− | [[ | + | [[SCI Programming Language/Control Flow#Conditionals|9]] | |
− | [[ | + | [[SCI Programming Language/Control Flow#Iteration|10]] | |
− | [[ | + | [[SCI Programming Language/Procedures|11]] | |
− | [[ | + | [[SCI Programming Language/Files|12]] | |
− | [[ | + | [[SCI Programming Language/Compiling SCI|13]] | |
− | [[ | + | [[SCI Programming Language/Index|Index]] |
</div><br /> | </div><br /> | ||
Line 55: | Line 51: | ||
| | ||
− | <span style="float: left"><span class="Inactive">< Previous: </span></span><span style="float: right">[[ | + | <span style="float: left"><span class="Inactive">< Previous: </span></span> |
+ | <span style="float: right">[[SCI Programming Language/Introduction|Next: Introduction >]]</span> | ||
| |
Latest revision as of 21:42, 24 May 2016
The SCI Programming Language
(an appendix to the SCI32 documentation manual)
Author: Jeff Stephenson
Date: 4 April 1988
Revised by: Susan Frischer
1st Revision: 14 September 1994
2nd Revision: 28 September 1994
< Previous: Next: Introduction >