Contents
Start up development kit to build frameworks (and automate building) in console mode under windows.
Includes 32 and 64 bits version of execution machinery for S8.
Decompress zip file and open "ReadMe.txt" file for more details.
Instalation
- Download the S8 Console framework
- Unzip to a folder and read the code files.
- Run console.bat to enter console mode S8
- At the prompt type expressions in javascript e.g.
"3 + 4".doIt()
On return the result of evaluation (DoIt) will be shown.
- To learn more visit the swiki page on console mode.