2 lines
73 B
Text
2 lines
73 B
Text
DIM factorial10 AS LONG
|
|
factorial10 = 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10
|
DIM factorial10 AS LONG
|
|
factorial10 = 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10
|