RosettaCodeData/Task/Compile-time-calculation/00-TASK.txt
2025-08-11 18:05:26 -07:00

11 lines
300 B
Text

Some programming languages allow calculation of values at [[compile time]].
;Task:
Calculate &nbsp; <big> 10! </big> &nbsp; (ten factorial) &nbsp; at compile time.
Print the result when the program is run.
Discuss what limitations apply to compile-time calculations in your language.
<br><br>