入力に応じて存在するかどうかに依存する変数があるため、ifを作成しました:
if { [info exists $var1] } {
puts "Here we are, Born to be kings, We're the princes of the universe ..."
}
しかし、スクリプトを起動すると、エラー ログが表示されます。
can't read "var1": no such variable
while executing
"info exists $var1"
間違いは何ですか?