4 lines
48 B
Tcl
4 lines
48 B
Tcl
|
|
if { $argc >= 1 } {
|
||
|
|
puts [lindex $argv 0]
|
||
|
|
}
|