RosettaCodeData/Task/Identity-matrix/Tcl/identity-matrix-3.tcl
2023-07-01 13:44:08 -04:00

2 lines
87 B
Tcl

set m [I 5 0 1] ;# Integer 0/1 for clarity of presentation
puts [$m format 2string]