12 lines
114 B
Text
12 lines
114 B
Text
|
|
i = 5
|
||
|
|
def : lbl
|
||
|
|
:outer
|
||
|
|
j = 6 - i
|
||
|
|
:inner
|
||
|
|
print *
|
||
|
|
j - 1
|
||
|
|
if j inner
|
||
|
|
printLine
|
||
|
|
i - 1
|
||
|
|
if i outer
|