Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
aMorph valueOfProperty: aPropertySymbol
Last updated at 7:17 pm UTC on 30 August 2016
Morph data may be kept in a MorphExtension object.

To access it call

   myMorph valueOfProperty: #theProperty

or
   myMorph valueOfProperty: #theProperty ifAbsent: anOtherObject