5 lines
78 B
Text
5 lines
78 B
Text
for i of 10 {
|
|
write i
|
|
if i div 5 { writeln(); next }
|
|
write ", "
|
|
}
|