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