
if {[string compare test [info procs test]] == 1} then \
  {source defs}

# set VERBOSE 1
# set INTERACTIVE 1


#############
# starts here
#############

xtAppInitialize -class List
. setValues -allowShellResize true


#############
# Finish up #
#############
if { ! $INTERACTIVE} {
} else {
  . mainLoop
}
