Difference between revisions of "SCI Programming Language/Index"

From SCI Wiki
Jump to navigationJump to search
Line 130: Line 130:
 
[[SCI Programming Language/Data Types and Variables#Numbers|numbers]]<br />
 
[[SCI Programming Language/Data Types and Variables#Numbers|numbers]]<br />
  
<pre>
 
 
== O ==
 
== O ==
  
offsets.txt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
+
[[SCI Programming Language/Files#offsets.txt|offsets.txt]]<br />
options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
+
[[SCI Programming Language/Compiling SCI#Options|options]]<br />
OR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  8
+
[[SCI Programming Language/Primitive Procedures#OR|OR]]<br />
  
 
== P ==
 
== P ==
  
procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
+
[[SCI Programming Language/Procedures|procedures]]<br />
public . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
+
[[SCI Programming Language/Procedures#public|public]]<br />
  
 
== R ==
 
== R ==
  
remainder. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
+
[[SCI Programming Language/Primitive Procedures#Remainder|remainder]]<br />
repeat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
+
[[SCI Programming Language/Control Flow#repeat|repeat]]<br />
return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
+
[[SCI Programming Language/Control Flow#return|return]]<br />
 +
 
 +
<pre>
  
 
== S ==
 
== S ==

Revision as of 19:09, 26 May 2016

Official SCI Documentation

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


Index
Author: Jeff Stephenson

 


+
++
+=
-
--
-=
*
*=
/
/=
^
^=
<
<<
<<=
<=
=
==
>
>=
>>
>>=
|
|=
~
!=
$$$sc.lck

#

994.voc
996.voc
997.voc

A

&
&=
&rest
AND
arithmetic primitives

arrays, local
arrays, global
arrays, temporary
assignment primitives

B

boolean primitives
break
breakif

C

characters
classdef
classes.txt
comments
cond
conditionals
contif
continue

D

define, define

E

enum
extern

F

for

G

game.sh


I

if
include
iteration

K

kernal.sh

L

literal selector

M

mod

N

NOT
numbers

O

offsets.txt
options
OR

P

procedures
public

R

remainder
repeat
return


== S ==

script#  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
scriptID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ??
selector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
sinclude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
switchto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
system.sh  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23

== T ==

text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

== V ==

variables  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
   global  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
   local . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
   temporary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

== W ==

while  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18

(scriptID 86 0)