Guest User

Untitled

a guest
Jul 7th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. |y| true & false not & (nil isNil) ifFalse: [self halt]. y := self size + super size. #($a #a ’a’ 1 1.0)
  2. do: [:each | Transcript show: (each class name);
  3. show: (each printString); show: ’ ’].
  4. ^x<y
Add Comment
Please, Sign In to add comment