You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MoTion/Object.extension.st
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ Object >> <=> aMatcherObject [
11
11
12
12
{ #category : '*MoTion' }
13
13
Object>><~=> aMatcherObject [
14
+
15
+
"the tilde version is a negation of the spaceship, it specifies that the Property should not match the Value; It is the only way to specify a negation in MoTion."
0 commit comments