Order two numerical lists: Difference between revisions

Content deleted Content added
Blue (talk | contribs)
Hout (talk | contribs)
m →‎{{header|AppleScript}}: Slight simplification
Line 75:
set {hy, tys} to uncons(ys)
if hx <= hy then
true
else if hx > hy then
false
else
compare(txs, tys)
else if hx > hy then
truehx < hy
end if
end if