Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Character
Last updated at 4:16 pm UTC on 28 September 2003
I represent a character by storing its associated ASCII code (extended to 256 codes).
My instances are created uniquely, so that all instances of a character ($R, for example) are identical.

Some common instance methods (Check the Class for more)


Common class methods


Examples

Character cr
$9 isDigit
$K isAlphaNumeric