]> gerrit.simantics Code Review - simantics/platform.git/blob - NonassociativeOperator.scl
f2b473ae927caeb72c72a65588035cb2d6de64f6
[simantics/platform.git] / NonassociativeOperator.scl
1 infix 3 (+)\r
2 \r
3 a + b = a\r
4 \r
5 threeTimes x = x + x + x\r
6 --\r
7 5:22-5:23: Operator + is not associative.