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