[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GScript BASIC 1.3 - Major Revision



I just uploaded the first major rewrite of GScript BASIC! Now in 1.3
and it has a new UI which includes an interactive editor.

Finally, you can sit down and write:

gr()
color = "red"
plot(10, 10)

click on "Run" and see the result.

To see what a total novice do - this is her first GScript BASIC
program - take a look:
http://retromaccast.ning.com/photo/photo/show?id=1672786%3APhoto%3A28941

Except for a save command (I still don't know how to do this properly
in web), now this has become the tool I have always want - sit down
and write a Lores or Super Hires program, without any prior
knowledge.

Give it a try! You can simply select any script and see the listing
and result at the same time, and modify it and run to see the changes.