5 lines
74 B
Text
5 lines
74 B
Text
sequence s = ""
|
|
for i = 1 to 5 do s &= "ha" end for
|
|
puts(1,s)
|
|
|
|
hahahahaha
|