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