AQUA OS 1.3 - AQUA Script! Programming language
Posted: Sun May 14, 2017 11:00 am
Hello all!
Today I am pleased to announce the AQUA SVE 1.3! It includes one main feature, a programming language! It's called AQUA Script and I have a user manual on my site.
https://obiwac.wordpress.com/2017/05/14/aqua-script/
An example program would be:
You can download it from here as usual:
https://obiwac.wordpress.com/aqua-os/
Thanks for trying it out!
Today I am pleased to announce the AQUA SVE 1.3! It includes one main feature, a programming language! It's called AQUA Script and I have a user manual on my site.
https://obiwac.wordpress.com/2017/05/14/aqua-script/
An example program would be:
Code: Select all
graphics init;
graphics wash 0 0 0;
graphics text "What is your name?" 10 10 255 0 255;
new $name is;
read $name;
graphics text $name 10 35 0 255 0;
sleep 5;
exit;
https://obiwac.wordpress.com/aqua-os/
Thanks for trying it out!