1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/equality operator.ans

19 lines
166 B
Text

:(1:2) a
0 = {a == (5:2)}
0 = {a == (1:3)}
1 = {a == (1:2)}
:[1,2,3] b
0 = {b == a}
0 = {b == []}
0 = {b == [3,1,2]}
0 = {b == [1,2,3,4]}
1 = {b == [1,2,3]}