

solp.exe            The Scriptol PHP compiler.
manual.html    Reference manual, common to all Scriptol compilers.
install.html     How to install Scriptol and Php.

DOC

solcmp.txt        Licence of the compiler.
solang.txt        Licence of the language.

LIBRARY

path.sol          Library to manage directories
dirlist.sol     Library to read directories.
image.sol      Library to use or make images.
pattern.sol    Compare filenames with wildcards.
strtools.sol   Some text functions.
qsort.sol        Base algorithm to sort data.
libphp.sol     External declaration of Php functions.


EXAMPLES

ex_fib.sol         Fibonaci Algorithm.
ex_fact.sol       Factorial algorithm.
ex_main.sol    Reading command line arguments.
ex_car.sol        Inheritance.
ex_dir.sol        Directory list.

EXAMPLE FOR SCRIPTOL PHP

button.sol         Using GD.
ex_image.sol   Using the Image class.
javademo.sol   Example of use java classes.
javademo.java  Java classe to use with javademo.sol.
javademo.txt   How to run the javademo example.
javagui.sol     
ex_gui.sol        Other java example.
jsetup.txt       How to install the Java extension.
qsort2.sol     Sorting algorith using functions as parameters.
