5 lines
89 B
Text
5 lines
89 B
Text
dim as string cm = ""
|
|
for i as ubyte = 1 to 10
|
|
print cm;str(i);
|
|
cm = ", "
|
|
next i
|