Difference between revisions of "SCI Programming Language/Introduction"

From SCI Wiki
Jump to navigationJump to search
(Created page with "Official SCI Documentation<br /> <div align="center"> Chapter: 1 | 2 | The...")
 
Line 3: Line 3:
 
<div align="center">
 
<div align="center">
 
Chapter:  
 
Chapter:  
[[The Script Programming Language/Introduction|1]] |  
+
[[The SCI Programming Language/Introduction|1]] |  
[[The Script Programming Language/Files|2]] |  
+
[[The SCI Programming Language/Primitive Procedures|2]] |  
[[The Script Programming Language/Definitions|3]] |  
+
[[The SCI Programming Language/Arithmetic Primitives|3]] |  
[[The Script Programming Language/Data Types and Variables|4]] |  
+
[[The SCI Programming Language/Boolean Primitives|4]] |
[[The Script Programming Language/Primitive Procedures|5]] |  
+
[[The SCI Programming Language/Assignment Primitives |5]] |
[[The Script Programming Language/Control Flow|6]] |  
+
[[The SCI Programming Language/Data Types and Variables|6]] |  
[[The Script Programming Language/Procedures|7]] |  
+
[[The SCI Programming Language/Definitions|7]] |  
[[The Script Programming Language/Using SC|8]] |  
+
[[The SCI Programming Language/Control Flow|8]] |
[[The Script Programming Language/Index|Index]]
+
[[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 />
  
Line 18: Line 23:
  
 
&nbsp;
 
&nbsp;
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
&nbsp;
 +
 +
;Notes
 +
<references />
 +
 +
&nbsp;
 +
 +
[[The SCI Programming Language | Table of Contents]]
 +
 +
&nbsp;
 +
 +
<span style="float: left">[[The SCI Programming Language |&lt; Previous: Table of Contents]]</span><span style="float: right">[[The SCI Programming Language/Files|Next: Files &gt;]]</span>
 +
 +
&nbsp;
 +
 +
[[Category:SCI Documentation]]
 +
[[Category:Scripting]]

Revision as of 15:50, 20 May 2016

Official SCI Documentation

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


Introduction
Author: Jeff Stephenson

 







 

Notes


 

Table of Contents

 

< Previous: Table of ContentsNext: Files >