TwoByteString.st
changeset 10223 761e2a050b69
parent 8094 d05f69bd0097
child 14123 a33fc6cc4332
child 17711 39faaaf888b4
equal deleted inserted replaced
10222:d0b71200287f 10223:761e2a050b69
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 "{ Package: 'stx:libbasic2' }"
    13 "{ Package: 'stx:libbasic' }"
    14 
    14 
    15 CharacterArray variableWordSubclass:#TwoByteString
    15 CharacterArray variableWordSubclass:#TwoByteString
    16 	instanceVariableNames:''
    16 	instanceVariableNames:''
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
   110 ! !
   110 ! !
   111 
   111 
   112 !TwoByteString class methodsFor:'documentation'!
   112 !TwoByteString class methodsFor:'documentation'!
   113 
   113 
   114 version
   114 version
   115     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.31 2004-03-05 19:04:38 stefan Exp $'
   115     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.32 2006-12-06 14:12:10 cg Exp $'
   116 ! !
   116 ! !
   117 
   117 
   118 TwoByteString initialize!
   118 TwoByteString initialize!