Difference between revisions of "The Script Programming Language/Index"
From SCI Wiki
Jump to navigationJump to searchLine 20: | Line 20: | ||
| | ||
− | + | {| | |
− | + | | | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.21 e1.29|!]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.21.3D e1 e2 .5Be3....5D.29|!=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2B e1 e2 .5Be3....5D.29|+]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2B.2B v.29|++]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2B.3D v e.29|+=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28- e1 e2.29|-]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28-- v.29|--]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28-.3D v e.29|-=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2A e1 e2 .5Be3....5D.29|*]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2A.3D v e.29|*=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2F e1 e2.29|/]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.2F.3D v e.29|/=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.5E e1 e2 .5Be3 ....5D.29|^]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.5E.3D v e.29|^=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3C e1 e2 .5Be3....5D.29|<]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3C.3C e1 e2.29|<<]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3C.3C.3D v e.29|<<=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3C.3D e1 e2 .5Be3....5D.29|<=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3D v e.29|=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3D.3D e1 e2 .5Be3....5D.29|==]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3E e1 e2 .5Be3....5D.29|>]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3E.3D e1 e2 .5Be3....5D.29|>=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3E.3E e1 e2.29|>>]]<br /> | |
− | + | | | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.3E.3E.3D v e.29|>>=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.26.3D v e.29|&]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.26.3D v e.29|&=]]<br /> | |
− | + | * [[The Script Programming Language/Procedures#.26rest:|&rest]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.7C e1 e2 .5Be3.5D.29||]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.7C.3D v e.29||=]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28.7E e1.29|~]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28and e1 e2 .5Be3....5D.29|and]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#Arithmetic primitives:|arithmetic primitives]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Arrays:|array]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Arrays:|arrays]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#Arithmetic primitives:|assignment primitives]]<br /> | |
− | + | * [[The Script Programming Language/Files#base.sh|base.sh]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#Boolean primitives:|boolean primitives]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Supporting constructs for iteration:|break]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Supporting constructs for iteration:|breakif]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Characters:|characters]]<br /> | |
− | + | * [[The Script Programming Language/Files#classdef|classdef]]<br /> | |
− | + | * [[The Script Programming Language/Files#classtbl|classtbl]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Conditionals:|cond]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Conditionals:|conditionals]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Supporting constructs for iteration:|contif]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Supporting constructs for iteration:|continue]]<br /> | |
− | + | | | |
− | + | * [[The Script Programming Language/Definitions#define:|define]]<br /> | |
− | + | * [[The Script Programming Language/Definitions#enum:|enum]]<br /> | |
− | + | * [[The Script Programming Language/Procedures#Extern:|extern]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Iteration:|for]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Variables:|global]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Conditionals:|if]]<br /> | |
− | + | * [[The Script Programming Language/Files#include:|include]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Iteration:|iteration]]<br /> | |
− | + | * [[The Script Programming Language/Files#kernel.sh|kernal.sh]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Variables:|local]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28mod e1 e2.29|mod]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28not e.29|not]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Numbers:|numbers]]<br /> | |
− | + | * [[The Script Programming Language/Using SC#Options|options]]<br /> | |
− | + | * [[The Script Programming Language/Primitive Procedures#.28or e1 e2 .5Be3....5D.29|or]]<br /> | |
− | + | * [[The Script Programming Language/Data Types and Variables#Pointers:|pointers]]<br /> | |
− | + | * [[The Script Programming Language/Procedures|procedure]]<br /> | |
− | + | * [[The Script Programming Language/Procedures#Public:|public]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Iteration:|repeat]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Return:|return]]<br /> | |
− | + | * [[The Script Programming Language/Using SC|sc]]<br /> | |
− | <nowiki> </nowiki> | + | * [[The Script Programming Language/Files#script.23:|script#]]<br /> |
− | + | | | |
− | + | * [[The Script Programming Language/Files#selector|selector]]<br /> | |
− | + | <nowiki> </nowiki>* [[The Script Programming Language/Data Types and Variables#Literal|selectors:|literal]]<br /> | |
− | + | * [[The Script Programming Language/Files#include:|SINCLUDE]]<br /> | |
− | + | * [[The Script Programming Language/Control Flow#Conditionals:|switch]]<br /> | |
− | <nowiki> </nowiki> | + | * [[The Script Programming Language/Definitions#synonyms:|synonyms]]<br /> |
− | <nowiki> </nowiki> | + | * [[The Script Programming Language/Data Types and Variables#Text:|text]]<br /> |
− | <nowiki> </nowiki> | + | * [[The Script Programming Language/Data Types and Variables#Variables:|variables]]<br /> |
− | + | <nowiki> </nowiki>* [[The Script Programming Language/Data Types and Variables#Variables:|global]]<br /> | |
− | + | <nowiki> </nowiki>* [[The Script Programming Language/Data Types and Variables#Variables:|local]]<br /> | |
− | + | <nowiki> </nowiki>* [[The Script Programming Language/Data Types and Variables#Variables:|temporary]]<br /> | |
− | + | * [[The Script Programming Language/Files#vocab.000|vocab.000]]<br /> | |
+ | * [[The Script Programming Language/Control Flow#Iteration:|while]]<br /> | ||
+ | * [[The Script Programming Language/Data Types and Variables#Word-strings:|word strings]]<br /> | ||
| |