
Student Support Forum: 'Infix[expr,h,precedence,grouping] does not work' topicStudent Support Forum > General > "Infix[expr,h,precedence,grouping] does not work"
| Author |
Comment/Response |
Dims
|
08/29/11 08:40am
The function Infix[expr,h,precedence,grouping] is described in help, but doesn't work actually.
Proof:
In[77]:= Infix[f[a,b,c,d],"=",500,NonAssociative]
Infix[f[a,b,c,d],"="]
Out[77]= Infix[f[a,b,c,d],=,500,NonAssociative]
Out[78]= a=b=c=d
URL: , |
|
| | | |
 | |
|