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