5 lines
82 B
Text
5 lines
82 B
Text
|
|
?# i =: from 0 upto 5
|
||
|
|
?# j =: from 1 upto i
|
||
|
|
print j nonl
|
||
|
|
print ''
|