4 lines
95 B
Tcl
4 lines
95 B
Tcl
puts "42 %! 2017 = [modInv 42 2017]"
|
|
catch {
|
|
puts "2 %! 4 = [modInv 2 4]"
|
|
} msg; puts $msg
|