Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Morphs may be named
Last updated at 9:21 pm UTC on 14 December 2017
A morph has a default "internal" name.

Setting a specific name is done with

     aMorph setNameTo: 'theName'

To then get the name do

     aMorph knownName

See also