/[webpac]/trunk2/openisis/tcl/oitsrc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk2/openisis/tcl/oitsrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 337 - (show annotations)
Thu Jun 10 19:22:40 2004 UTC (19 years, 10 months ago) by dpavlin
File size: 308 byte(s)
new trunk for webpac v2

1 #!/usr/bin/tclsh
2 # ^^^ shebang line only for vim to recognize the language :)
3 #
4 # $Id: oitsrc,v 1.1 2003/03/26 13:36:18 kripke Exp $
5 # sample oits startup file
6 #
7
8 proc oitscb {} {
9 # puts "oitscb"
10 request do tag val {
11 puts "$tag $val"
12 if { 0 <= $tag } { session add $tag $val }
13 }
14 }
15
16 puts "oitsrc done"

  ViewVC Help
Powered by ViewVC 1.1.26