RosettaCodeData/Task/Factorial/Bracmat/factorial-3.bracmat

8 lines
85 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(factorial=
r
. !arg:?r
& whl
' (!arg:>1&(!arg+-1:?arg)*!r:?r)
& !r
);