RosettaCodeData/Task/Modular-arithmetic/Tcl/modular-arithmetic-3.tcl
2023-07-01 13:44:08 -04:00

3 lines
93 B
Tcl

set compiled [$comp compile {$x**100 + $x + 1}]
set x 10
puts "[eval $compiled] = $compiled"