3 lines
41 B
Smalltalk
3 lines
41 B
Smalltalk
foo := 41.
|
|
...
|
|
self assert: (foo == 42).
|
foo := 41.
|
|
...
|
|
self assert: (foo == 42).
|