Difference between revisions of "The Script Programming Language/Index"
From SCI Wiki
Jump to navigationJump to searchLine 20: | Line 20: | ||
| | ||
− | + | <div dir="ltr" class="mw-content-ltr" lang="en"><div class="mw-category"><div class="mw-category-group"><h3>A</h3> | |
<ul> | <ul> | ||
<li>[[The Script Programming Language/Primitive Procedures#.28.21 e1.29|!]]<br /> | <li>[[The Script Programming Language/Primitive Procedures#.28.21 e1.29|!]]<br /> | ||
Line 103: | Line 103: | ||
<li>[[The Script Programming Language/Control Flow#Iteration:|while]]<br /> | <li>[[The Script Programming Language/Control Flow#Iteration:|while]]<br /> | ||
<li>[[The Script Programming Language/Data Types and Variables#Word-strings:|word strings]]<br /> | <li>[[The Script Programming Language/Data Types and Variables#Word-strings:|word strings]]<br /> | ||
− | </ul> | + | </ul></div></div> |
| |
Revision as of 00:10, 2 December 2015
The Original SCI Documentation
A
- !
- !=
- +
- ++
- +=
- -
- --
- -=
- *
- *=
- /
- /=
- ^
- ^=
- <
- <<
- <<=
- <=
- =
- ==
- >
- >=
- >>
- >>=
- &
- &=
- &rest
- |
- |=
- ~
- and
- arithmetic primitives
- array
- arrays
- assignment primitives
- base.sh
- boolean primitives
- break
- breakif
- characters
- classdef
- classtbl
- cond
- conditionals
- contif
- continue
- define
- enum
- extern
- for
- global
- if
- include
- iteration
- kernal.sh
- local
- mod
- not
- numbers
- options
- or
- pointers
- procedure
- public
- repeat
- return
- sc
- script#
- selector
- literal
- SINCLUDE
- switch
- synonyms
- text
- variables
- global
- local
- temporary
- vocab.000
- while
- word strings
< Previous: Using SCNext: >