tolysz / hiccup

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

Fix 'proc' arguments #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
proc boo { puts "yay" } # should not work
proc boo {} { puts "yay" } # should work

Currently, that's reversed.

Original issue reported on code.google.com by consa...@gmail.com on 17 Dec 2007 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by consa...@gmail.com on 17 Dec 2007 at 5:43