Join Slack
Communities
Powered by
Operators naming looks OK with infix usage (as ope...
# language-proposals
m
miha-x64
03/07/2017, 3:20 PM
Operators naming looks OK with infix usage (as operators are used), but suggested naming is suitable for prefix naming:
Copy code
add(a, b) == a plus b sub(a, b) == a minus b mul(a, b) == a times b
Open in Slack
Previous
Next