File: tmp10252.tcl

package info (click to toggle)
tkpaint 1.5.4-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 640 kB
  • ctags: 186
  • sloc: tcl: 5,564; sh: 327; makefile: 115; ansic: 2
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
if {[info tclversion]>=8.0} {
 puts -nonewline "yes"
} else {
 puts -nonewline "no"
} 
exit