8 lines
79 B
Text
8 lines
79 B
Text
Red[]
|
|
|
|
repeat i 10 [
|
|
prin i
|
|
if 10 = i [break]
|
|
prin ", "
|
|
]
|
|
print ""
|