Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 1 Guest are viewing this topic.
includepath "$/inc/"include "console.inc"def printl print crtype item string n single x,y,zend typeitem v[]={ {"one",1},{"two",2},{"three",3,30,300} }for j=1 to 3 printl v[j].n tab v[j].x tab v[j].y tab v[j].znextprintlWaitKey