Skip to content

Commit

Permalink
Following aocole++'s advice and removing this
Browse files Browse the repository at this point in the history
The implementation was a hack anyway, using globals. Might redo in the
future, but probably not.
  • Loading branch information
ingydotnet authored and ingy@ingy.net committed May 31, 2013
1 parent 36d7054 commit 3836d54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions function.tml
Expand Up @@ -22,8 +22,7 @@ Label = '$BlockLabel'

test1(*fruit, *color, *thing)

# XXX aocole suggests yanking the auto-sig feature.
test2 = {
test2 = (color, thing) {
thing ~~ color
}

Expand Down

0 comments on commit 3836d54

Please sign in to comment.