RosettaCodeData/Task/Compile-time-calculation/BASIC256/compile-time-calculation.basic

3 lines
83 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
factorial = 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10
print "10! = "; factorial # 3628800