tolysz / hiccup

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

optional arguments remain unsupported #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
proc plus {x {y 1} {
 [+ x y]
}

[plus 3 3] # should result in 6, fails
[plus 3] # should result in 4, fails

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

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 28 Dec 2007 at 10:26