Code Examples
From GbdevWiki
Revision as of 14:42, 15 July 2010 by Pxtr (Talk | contribs) (Created page with ' == Simple GBBasic 2.10 example == <nowiki> 10 rem Simple example 20 for i=1 to 16 30 u=rnd(1)*16 40 print u 50 delay 20 60 next i 70 end </nowiki>')
Simple GBBasic 2.10 example
10 rem Simple example 20 for i=1 to 16 30 u=rnd(1)*16 40 print u 50 delay 20 60 next i 70 end