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

BASIC programming for iPhone



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!