VOGONS

Common searches


Search results

Display options

Re: integer and real values

in DOSBox General
another simple program: Copy code to clipboard 1 rem this example printing numbers 1 - 20. 2 cls 3 rem define integer variable x 4 defint x 5 for x = 1 to 20 6 print "-", x 7 next x 8 print "press any key..." 9 while not instat 10 wend

Page 1 of 1