Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
self
Last updated at 1:06 pm UTC on 16 January 2006

Example:

Assume this class has both an expandBy: and an expandTo: method, expandBy can use expandTo: to complete its function
expandBy: value
    self expandTo: ((self size) + value)