11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
Some programming languages allow calculation of values at compile time.
|
|
|
|
|
|
;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>
|