12 lines
188 B
Smalltalk
12 lines
188 B
Smalltalk
"isNil" "test if self is nil"
|
|
perform: method with: x with: y with: z with: a with: b with: c
|
|
|
|
| a b c d e f g |
|
|
'this is very bad''this is'.
|
|
|
|
$a.
|
|
$b.
|
|
^true.
|
|
a := b.
|
|
' this is bad
|