1class A = ( | a = self m. | ) (
2    m = (^a isNil ifTrue: [0] ifFalse: [1])
3)
4class B = C ( | b0 = 0. b1 = b0 + 1. | ) ()
5