tolysz / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Optional arg parsing doesn't match what tclsh does #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
proc boo { x "y 1" } { expr { $x + $y } } 

is valid for tclsh.
That is, optional arguments specified by quoting instead of {}.

hiccup doesn't support this.

Original issue reported on code.google.com by consa...@gmail.com on 29 Dec 2007 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 7 Jan 2008 at 10:41