Sudan function: Difference between revisions

Content added Content deleted
(remove `pre` and `big` tags)
m (→‎{{header|Quackery}}: replaced tail-end recursion with loop)
Line 765: Line 765:
recurse
recurse
dup temp take +
dup temp take +
recurse ] is sudan ( n x y --> f(n) )
again ] is sudan ( n x y --> f(n) )
' [ [ 0 0 0 ]
' [ [ 0 0 0 ]