2005-06-12 12:33:31 +00:00
|
|
|
"isNil" "test if self is nil"
|
2005-06-12 15:46:02 +00:00
|
|
|
perform: method with: x with: y with: z with: a with: b with: c
|
2005-06-11 18:01:25 +00:00
|
|
|
|
2005-06-12 12:33:31 +00:00
|
|
|
| a b c d e f g |
|
|
|
|
|
2005-06-19 16:16:33 +00:00
|
|
|
a := 'this is ''good'.
|
2005-06-22 15:02:41 +00:00
|
|
|
b := -30 xxx nil this.
|
2005-06-19 16:16:33 +00:00
|
|
|
|
|
|
|
"
|
2005-06-12 12:33:31 +00:00
|
|
|
$a.
|
|
|
|
$b.
|
|
|
|
^true.
|
2005-06-07 16:09:58 +00:00
|
|
|
a := b.
|
2005-06-06 16:47:10 +00:00
|
|
|
' this is bad
|
2005-06-19 16:16:33 +00:00
|
|
|
"
|