5 lines
79 B
Text
5 lines
79 B
Text
(for I 10
|
|
(print I)
|
|
(if (=0 (% I 5))
|
|
(prinl)
|
|
(prin ", ") ) )
|