RosettaCodeData/Task/Loops-For/SIL/loops-for.sil

12 lines
114 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
i = 5
def : lbl
:outer
j = 6 - i
:inner
print *
j - 1
if j inner
printLine
i - 1
if i outer