Difference between revisions of "SCI Programming Language/Index"

From SCI Wiki
Jump to navigationJump to search
Line 115: Line 115:
 
== K ==
 
== K ==
  
kernal.sh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
+
[[SCI Programming Language/Files|kernal.sh]]<br />
 
 
<pre>
 
  
 
== L ==
 
== L ==
  
literal selector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
+
[[SCI Programming Language/Data Types and Variables#Literal selectors|literal selector]]<br />
  
 
== M ==
 
== M ==
  
mod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
+
[[SCI Programming Language/Primitive Procedures#Remainder|mod]]<br />
  
 
== N ==
 
== N ==
  
NOT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  8
+
[[SCI Programming Language/Primitive Procedures#NOT|NOT]]<br />
numbers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
+
[[SCI Programming Language/Data Types and Variables#Numbers|numbers]]<br />
  
 +
<pre>
 
== O ==
 
== O ==
  

Revision as of 18:57, 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  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
options  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
OR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  8

== P ==

procedures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
public . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23

== R ==

remainder. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
repeat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20

== 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)