7 lines
79 B
Text
7 lines
79 B
Text
x=1
|
|
Repeat
|
|
Print(Str(x))
|
|
x+1
|
|
If x>10: Break: EndIf
|
|
Print(", ")
|
|
ForEver
|