Join Slack
Powered by
what is the difference between an operator and inf...
# announcements
f
Florian
07/08/2019, 6:04 PM
what is the difference between an operator and infix function
p
pardom
07/08/2019, 6:05 PM
Infix functions are called between their two arguments. Operator functions use reserved names or symbols.
f
Florian
07/08/2019, 6:10 PM
ok thanks
k
Kroppeb
07/08/2019, 9:05 PM
Also operators have a special precedence while infix have the lowest precedence possible iirc
5
Views
Open in Slack
Previous
Next