[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GScript BASIC 1.3 - Major Revision
- Subject: GScript BASIC 1.3 - Major Revision
- From: limtc <thyechean@gmail.com>
- Date: Sat, 30 Aug 2008 09:20:47 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: q5g2000prf.googlegroups.com; posting-host=218.186.11.5; posting-account=xPI8rAoAAABxyK8KyUIiYChvvtqAeJGI
- Newsgroups: comp.sys.apple2.programmer, comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2.programmer:716 comp.sys.apple2:2933
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.