[Tcl Java] Re: tcl question

1999-09-03 Thread Moses DeJong
On Fri, 3 Sep 1999, Thomas McKay wrote: That does not work in Tclsh8.0 either. The problem is that the parser needs to see a space after the } (meaning }{ is not valid). later mo > The following does not parse in 1.1a1 > > proc foo {a b}{ >return > } > > "extra character after curly brace

[Tcl Java] Re: tcl question

1999-09-03 Thread Christopher Hylands
Yep, this is the standard behaviour of Tcl 8.0 and earlier. cxh@maury 4% cat /tmp/t.tcl proc foo {a b}{ return } cxh@maury 5% tclsh % set tcl_version 8.0 % source /tmp/t.tcl extra characters after close-brace % -Christopher This is a multi-part message in MIME format. -