Character.st
changeset 24475 afb26f52146e
parent 24445 b8723c1b7335
child 24476 01b760108871
equal deleted inserted replaced
24474:e08f13d39b3f 24475:afb26f52146e
   363 
   363 
   364     ^ self codePoint:40
   364     ^ self codePoint:40
   365 !
   365 !
   366 
   366 
   367 period
   367 period
   368     "Answer the Character representing a carriage period."
   368     "Answer the Character representing a period character."
   369 
   369 
   370     ^ self codePoint:46
   370     ^ self codePoint:46
   371 !
   371 !
   372 
   372 
   373 poundSign
   373 poundSign
   537 
   537 
   538     ^ Character codePoint:39
   538     ^ Character codePoint:39
   539 !
   539 !
   540 
   540 
   541 return
   541 return
   542     "return the return character.
   542     "return the (carriage) return character.
   543      In ST/X, this is different from cr - for Unix reasons."
   543      In ST/X, this is different from cr - for Unix reasons."
   544 
   544 
   545     ^ Character codePoint:13
   545     ^ Character codePoint:13
   546 !
   546 !
   547 
   547