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

GScript BASIC 1.4 Released



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/