home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
otsh_compat.tcl
< prev
next >
Wrap
Text File
|
1997-08-29
|
655b
|
23 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)otsh_compat.tcl /main/titanic/1
# Description: Procs to facilitate sharing of code between
# otsh and otk
#---------------------------------------------------------------------------
# SccsId = @(#)otsh_compat.tcl /main/titanic/1\t29 Aug 1997 Copyright 1997 Cayenne Software Inc.
proc require_module_file {file {module ""}} {
require $file
}
proc quoteIf {str} {
if {[llength $str] > 1} {
return \"$str\"
}
return $str
}