List comprehensions: Difference between revisions

→‎Insitux: fix breaking changes
(→‎Insitux: implementation)
(→‎Insitux: fix breaking changes)
Line 1,057:
y (range x n+1)
z (range y n+1)
(whenunless (!= (+ (* x x) (* y y)) (* z z))
(continue))
[x y z]))
112

edits