infix: don't shadow ``t`` even though we can.

char-rename
John Benediktsson 2017-03-16 15:50:58 -07:00
parent aa05fca37f
commit 8e87696719
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ INFIX:: foo ( x y -- z ) x**2-abs(y) ;
{ 194 } [ 15 31 foo ] unit-test { 194 } [ 15 31 foo ] unit-test
{ "foobar" } [ { "foobar" } [
[let "foo" :> s [let "foo" :> foo
[let "bar" :> t [let "bar" :> bar
[infix append(s, t) infix] [infix append(foo, bar) infix]
] ]
] ]
] unit-test ] unit-test