Sort an outline at every level: Difference between revisions

m
→‎{{header|Phix}}: removed unnecessary test
m (→‎{{header|Phix}}: removed unnecessary test)
Line 930:
integer ti = tags[i]
printf(1,"%s%s\n",{indent,lines[ti][1]})
children = print_children(lines,lines[ti][$],lines[ti][2],bRev)
if children!={} then
print_children(lines,children,lines[ti][2],bRev)
end if
end for
end procedure
7,806

edits