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