TCLPARSE V3.00beta >> loading information from '/usr/home/clif/.tclparse.vars' (1 bytes) >> processing file 'Err.0.tcl' (87 bytes) ERROR ( line 3 ) - unknown command '}' ---------------------------------------- 1 puts "The next line contains an error" 2 puts "This line needs a trailing quote 3 puts {[} 4 ---------------------------------------- ERROR ( line 3 ) - missing close-bracket ---------------------------------------- 1 puts "The next line contains an error" 2 puts "This line needs a trailing quote 3 puts {[} 4 ---------------------------------------- ERROR ( line 4 ) - missing quote ---------------------------------------- 1 puts "The next line contains an error" 2 puts "This line needs a trailing quote 3 puts {[} 4 ---------------------------------------- >> processing of file 'Err.0.tcl' complete >> done!