⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 all

📁 linux 下的源代码分析阅读器 red hat公司新版
💻
字号:
# This file contains a top-level script to run all of the Tcl# tests.  Execute it by invoking "source all" when running tclTest# in this directory.## @(#) all 1.2 94/08/10 15:52:50# ------------------------------------------------------------------# THIS SCRIPT IS NOW DEPRECATED!  It is kept for older Tcl# installations that don't have the "tcltest" package.# Instead, use the "all.tcl" script to run the test suite.# ------------------------------------------------------------------foreach i [lsort [glob *.test]] {    if [string match l.*.test $i] {	# This is an SCCS lock file;  ignore it.	continue    }    puts stdout $i    source $i}

⌨️ 快捷键说明

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