baz.tcl

来自「这是一个Linux下的集成开发环境」· TCL 代码 · 共 28 行

TCL
28
字号
## Old test suite for [incr Tcl] v1.5# ----------------------------------------------------------------------#   AUTHOR:  Michael J. McLennan#            Bell Labs Innovations for Lucent Technologies#            mmclennan@lucent.com#            http://www.tcltk.com/itcl##      RCS:  $Id: Baz.tcl,v 1.1 2003/02/05 10:53:56 mdejong Exp $# ----------------------------------------------------------------------#            Copyright (c) 1993-1998  Lucent Technologies, Inc.# ======================================================================# See the file "license.terms" for information on usage and# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.itcl_class Baz {	#	#  Avoid defining constructor/destructor	#	#	#  Generic method for doing something in "Baz" interp	#	method do {cmds} {		return "Baz says '[eval $cmds]'"	}}

⌨️ 快捷键说明

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