RosettaCodeData/Task/Compile-time-calculation/BASIC/compile-time-calculation-1.basic

2 lines
55 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
CONST factorial10 = 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10