RosettaCodeData/Task/Compile-time-calculation/Factor/compile-time-calculation.factor

4 lines
82 B
Factor
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
: factorial ( n -- n! ) [1,b] product ;
CONSTANT: 10-factorial $[ 10 factorial ]