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

4 lines
82 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: factorial ( n -- n! ) [1,b] product ;
CONSTANT: 10-factorial $[ 10 factorial ]