[BUG] Equality should be transitive

Previous Topic Next Topic
 
1 message Options
[BUG] Equality should be transitive – | a b c | a := 16r1FFFFFFFFFFFFF0. b := a asDouble. c := a + 1. (a = b) & (b = c) ifTrue: [self assert: (a = c)] "note: ...