# tcl  - commented line with 'tcl' as indicator this is a tcl script. A standard shebang line would also work.

puts stderr "scriptinfo2 info script: [info script]"
puts stderr "scriptinfo2 argc: $::argc"
puts stderr "scriptinfo2 argv: $::argv"
puts stderr "scriptinfo2 argv0: $::argv0"