infix: fix infix syntax
parent
255b4fc823
commit
e264c26b53
|
@ -51,6 +51,6 @@ IN: infix.tests
|
|||
{ "rbo" } [ [let "foobar" :> s [infix s[:0:-2] infix] ] ] unit-test
|
||||
{ "rb" } [ [let "foobar" :> s [infix s[:-5:-2] infix] ] ] unit-test
|
||||
|
||||
INFIX:: foo ( x y -- z ) x**2-abs(y);
|
||||
INFIX:: foo ( x y -- z ) x**2-abs(y) ;
|
||||
|
||||
{ 194 } [ 15 31 foo ] unit-test
|
||||
|
|
Loading…
Reference in New Issue