False.st
changeset 692 24ea6761b4a9
parent 574 5e7cbb66d6c7
child 1238 a1b8da9895ad
equal deleted inserted replaced
691:55730898da50 692:24ea6761b4a9
    47      world anyway ...)
    47      world anyway ...)
    48 
    48 
    49 "
    49 "
    50 
    50 
    51     "Created: 18.11.1995 / 14:53:42 / cg"
    51     "Created: 18.11.1995 / 14:53:42 / cg"
    52 !
    52 ! !
    53 
       
    54 version
       
    55 ^ '$Header: /cvs/stx/stx/libbasic/False.st,v 1.13 1995-11-18 13:53:53 cg Exp $'! !
       
    56 
    53 
    57 !False methodsFor:'binary storage'!
    54 !False methodsFor:'binary storage'!
    58 
    55 
    59 storeBinaryOn: stream manager: manager
    56 storeBinaryOn: stream manager: manager
    60     "store a binary representation of the receiver on stream;
    57     "store a binary representation of the receiver on stream;
   153     "return character sequence representing the receiver"
   150     "return character sequence representing the receiver"
   154 
   151 
   155     ^ 'false'
   152     ^ 'false'
   156 ! !
   153 ! !
   157 
   154 
       
   155 !False class methodsFor:'documentation'!
       
   156 
       
   157 version
       
   158 ^ '$Header: /cvs/stx/stx/libbasic/False.st,v 1.14 1995-12-07 19:16:02 cg Exp $'! !