TOC PREV NEXT INDEX

 


Examples of Output from TclPro Checker


To provide examples of TclPro Checker output, here is the sample script, foo.tcl, that is checked in the examples that follow:


set $y 3
set x [expr $y + 5]
set x y z

if {$x > 6}
{
    puts out "world"
}

proc foo {args bar} {
    puts "hello, world"
}

proc p {{a 0} b} {
    puts -nonew "hello"
}



http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX