[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GScript BASIC 1.4 Released
- Subject: GScript BASIC 1.4 Released
- From: limtc <thyechean@gmail.com>
- Date: Sun, 7 Sep 2008 21:26:38 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: z6g2000pre.googlegroups.com; posting-host=202.63.135.214; 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:786 comp.sys.apple2:3342
Hi,
I have just uploaded the latest version of GScript BASIC 1.4. This
release focus on Applesoft BASIC like syntax. The aim is to create an
Applesoft-like BASIC language for the new generation, which runs on
browser, iPhone and iPod touch platforms.
This is how the GScript BASIC home page code looks like:
--
hgr
for i = 0 to 31 {
hcolor = i % 15 + 1
// Plot lines
hplot i * 20, 0 to 0, 400 - i * 12.5
hplot i * 20, 0 to 639, i * 12.5
hplot 640 - i * 20, 399 to 639, i * 12.5
hplot 640 - i * 20, 399 to 0, 400 - i * 12.5
}
// Description
hcolor = "red"
hprint "GScript BASIC" at 260, 180
hcolor = "white"
hprint "Applesoft BASIC for the Web" at 200, 200
inverse
print " GScript BASIC 1.4 "
normal
print ""
print "By Lim Thye Chean"
print "http://virtualgs.larwe.com"
--
You can test drive GScript BASIC in any modern browsers (except for
IE), iPhone or iPod touch here:
http://virtualgs.larwe.com/gsbasic/