File: test.tcl

package info (click to toggle)
funtools 1.4.4%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,168 kB
  • ctags: 10,760
  • sloc: ansic: 87,238; sh: 9,727; lex: 4,595; asm: 3,281; ada: 1,681; makefile: 1,458; pascal: 1,089; cpp: 1,001; cs: 879; perl: 161; yacc: 64; sed: 32; csh: 10; tcl: 9
file content (13 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
lappend auto_path .

package require tclfun 1.0

# xx "cir(512,512,.1)"
# xx "cir(512,512,.1)&&pha==5"
# no spaces or else the quoting is a nightmare
proc xx { reg } {
    set buf [fundisp "/home/eric/data/snr.ev\[$reg\]"]
    puts "and the answer is ..."
    puts $buf
}