2025-08-11 18:05:26 -07:00
|
|
|
Some programming languages allow calculation of values at [[compile time]].
|
2023-07-01 11:58:00 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
;Task:
|
|
|
|
|
Calculate <big> 10! </big> (ten factorial) at compile time.
|
|
|
|
|
|
|
|
|
|
Print the result when the program is run.
|
|
|
|
|
|
|
|
|
|
Discuss what limitations apply to compile-time calculations in your language.
|
|
|
|
|
<br><br>
|
|
|
|
|
|