Difference between revisions of "SCI Programming Language/Index"

From SCI Wiki
Jump to navigationJump to search
Line 147: Line 147:
 
[[SCI Programming Language/Control Flow#return|return]]<br />
 
[[SCI Programming Language/Control Flow#return|return]]<br />
  
<pre>
+
== S ==
  
== S ==
+
[[SCI Programming Language/Files#script#|script#]]<br />
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
 +
[[SCI Programming Language/Files#scriptID|scriptID]]<br />
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ??
 +
[[SCI Programming Language/Files#selector|selector]]<br />
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
 +
[[SCI Programming Language/Files#sinclude|sinclude]]<br />
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
 +
[[SCI Programming Language/Control Flow#switch|switch]]<br />
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
 +
[[SCI Programming Language/Control Flow#switchto|switchto]]<br />
 +
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
 +
[[SCI Programming Language/Files#system.sh|system.sh]]<br />
 +
  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
  
script#  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
+
<pre>
scriptID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ??
 
selector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
 
sinclude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
 
switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
 
switchto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
 
system.sh  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
 
  
 
== T ==
 
== T ==

Revision as of 19:15, 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)