Changes between Version 2 and Version 3 of ConvertingToString

Show
Ignore:
Timestamp:
05/07/09 13:12:32 (7 months ago)
Author:
sukyoungryu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConvertingToString

    v2 v3  
    33There are now four '''getters''' defined in trait Object for converting an Object to a String: 
    44{{{ 
     5#!fss 
    56    getter asString(): String                (* for normal use *) 
    67    getter asDebugString(): String           (* for debugging; may contain more information *)