Text.st
changeset 3784 25519ee4239d
parent 3689 b927cd41a141
child 3790 601a8b4351e5
equal deleted inserted replaced
3783:fcc30a3af3df 3784:25519ee4239d
  1542 
  1542 
  1543     ^ self.
  1543     ^ self.
  1544 !
  1544 !
  1545 
  1545 
  1546 printOn:aStream
  1546 printOn:aStream
  1547     "print the receivers characters (including emphasis) on
  1547     "print the receiver's characters (including emphasis) on aStream. 
  1548      aStream. 
       
  1549      Notice, that some streams simply ignore the emphasis"
  1548      Notice, that some streams simply ignore the emphasis"
  1550 
  1549 
  1551     aStream nextPutAllText:self
  1550     aStream nextPutAllText:self
  1552 
  1551 
  1553     "
  1552     "