fork download
  1. exampleWithNumber: x
  2. | y |
  3. true & false not & (nil isNil) ifFalse: [self halt].
  4. y := self size + super size.
  5. #($a #a "a" 1 1.0)
  6. do: [ :each |
  7. Transcript show: (each class name);
  8. show: ' '].
  9. ^x < y
Success #stdin #stdout #stderr 0s 335424KB
stdin
5
stdout
Standard output is empty
stderr
./prog:1: expected expression