Department numbers: Difference between revisions

m
→‎{{header|AppleScript}}: (Layout - removed excessive spacing, to foreground structure)
m (→‎{{header|AppleScript}}: (Layout - removed excessive spacing, to foreground structure))
Line 36:
set ds to enumFromTo(lo, hi)
-- X IS EVEN
script Xeven
on |λ|(x)
-- Y IS NOT X
script Ydistinct
on |λ|(y)
-- Z IS IN RANGE
script ZinRange
on |λ|(z)
if y ≠ z and lo ≤ z and z ≤ hi then
{{x, y, z}}
9,659

edits