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