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