Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最も基本的な Tcl 構文がわかりません。次の記述の正しい方法は何ですか。
set var1 5 set var2 3 set var3 $var1 - $var2; # error line puts $var3