[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BASIC programming for iPhone
- Subject: BASIC programming for iPhone
- From: limtc <thyechean@gmail.com>
- Date: Tue, 4 Nov 2008 16:42:32 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-info: c22g2000prc.googlegroups.com; posting-host=218.186.11.5; posting-account=xPI8rAoAAABxyK8KyUIiYChvvtqAeJGI
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:4371
Point your iPhone to the address http://virtualgs.larwe.com/gsbasic/
And you can code an Applesoft BASIC like language in iPhone and see
the result!
Simply key in:
gr
for i = 0 to 1000 {
color = rnd(15) + 1
plot rnd(40), rnd(40)
}
And click "run". Have fun!