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 内で実行して、実行中の自身のバージョンをイントロスペクトして報告するには、どのコマンドを実行できますか?
info patchlevel
これは tcl_patchlevel の値です
Tcl チュートリアルを参照
他のオプションに加えて、次を使用できます。
puts $tcl_version
これには、コミカルに古いバージョンの tcl で動作するという利点があります。
あなただけがする必要があります
puts $tcl_patchLevel