Difference between revisions of "SCI Programming Language"

From SCI Wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
<div align="center"><span style="font-size: 22pt">The SCI Programming Language</span><br />
 
<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 />
+
<span style="font-size: 16pt">(an appendix to the SCI32 documentation manual)</span><br />
 
''Author: [[Jeff Stephenson]]''<br />
 
''Author: [[Jeff Stephenson]]''<br />
 
Date: 4 April 1988<br />
 
Date: 4 April 1988<br />
Line 14: Line 14:
 
*[[The SCI Programming Language/Introduction | Introduction]]
 
*[[The SCI Programming Language/Introduction | Introduction]]
 
*[[The SCI Programming Language/Primitive Procedures| Primitive Procedures]]
 
*[[The SCI Programming Language/Primitive Procedures| Primitive Procedures]]
*[[The SCI Programming Language/Arithmetic Primitives | Arithmetic Primitives]]
+
**[[The SCI Programming Language/Arithmetic Primitives | Arithmetic Primitives]]
*[[The SCI Programming Language/Boolean Primitives | Boolean Primitives]]
+
**[[The SCI Programming Language/Boolean Primitives | Boolean Primitives]]
*[[The SCI Programming Language/Assignment Primitives | Assignment Primitives]]
+
**[[The SCI Programming Language/Assignment Primitives | Assignment Primitives]]
 
*[[The SCI Programming Language/Data Types and Variables | Data Types and Variables]]
 
*[[The SCI Programming Language/Data Types and Variables | Data Types and Variables]]
 
*[[The SCI Programming Language/Definitions | Definitions]]
 
*[[The SCI Programming Language/Definitions | Definitions]]
 
*[[The SCI Programming Language/Control Flow | Control Flow]]
 
*[[The SCI Programming Language/Control Flow | Control Flow]]
*[[The SCI Programming Language/Conditionals | Conditionals]]
+
**[[The SCI Programming Language/Conditionals | Conditionals]]
*[[The SCI Programming Language/Iteration | Iteration]]
+
**[[The SCI Programming Language/Iteration | Iteration]]
 
*[[The SCI Programming Language/Procedures | Procedures]]
 
*[[The SCI Programming Language/Procedures | Procedures]]
 
*[[The SCI Programming Language/Files | Files]]
 
*[[The SCI Programming Language/Files | Files]]

Revision as of 15:45, 20 May 2016

Official SCI Documentation

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

 

Chapter: 1 | 2 | 3 | 4 | 5 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Index



 

< Previous: Next: Introduction >