5 lines
274 B
Smalltalk
5 lines
274 B
Smalltalk
fullname := dict at: 'fullname' ifAbsent:false.
|
|
needspeeling := dict at: 'needspeeling' ifAbsent:false.
|
|
favouritefruit := dict at: 'favouritefruit' ifAbsent:false.
|
|
otherfamily := dict at: 'otherfamily' ifAbsent:false.
|
|
seedsremoved := dict at: 'seedsremoved' ifAbsent:false.
|