pkgindex.tcl

来自「linux系统下的音频通信」· TCL 代码 · 共 8 行

TCL
8
字号
# Tcl package index file, version 1.0# This file is NOT generated by the "pkg_mkIndex" command# because if someone just did "package require opt", let's just load# the package now, so they can readily use it# and even "namespace import tcl::*" ...# (tclPkgSetup just makes things slow and do not work so well with namespaces)package ifneeded opt 0.3 [list source [file join $dir optparse.tcl]]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?