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

3 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
DIM factorial10 AS LONG
factorial10 = 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10