muspellsson / hiccup

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

proc argument counts aren't checked for non-builtin methods #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
proc blah { a b } { + a b }

blah a # should fail, doesn't
blah b # should fail, doesn't
}}}

Original issue reported on code.google.com by consa...@gmail.com on 20 Dec 2007 at 6:10

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 20 Dec 2007 at 9:19