4 lines
43 B
Text
4 lines
43 B
Text
|
|
(for N 5
|
||
|
|
(do N (prin "*"))
|
||
|
|
(prinl) )
|