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
{ "foobar" } [
[let "foo" :> s
[let "bar" :> t
[infix append(s, t) infix]
[let "foo" :> foo
[let "bar" :> bar
[infix append(foo, bar) infix]
]
]
] unit-test