ExecutableFunction.st
changeset 379 5b5a130ccd09
parent 360 90c3608b92a3
child 384 cc3d110ea879
equal deleted inserted replaced
378:a9b22f23b0f1 379:5b5a130ccd09
    19 
    19 
    20 ExecutableFunction comment:'
    20 ExecutableFunction comment:'
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.14 1995-07-02 01:06:34 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.15 1995-08-10 12:27:36 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !ExecutableFunction class methodsFor:'documentation'!
    27 !ExecutableFunction class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.14 1995-07-02 01:06:34 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.15 1995-08-10 12:27:36 claus Exp $
       
    46 $Revision: 1.15 $
    46 "
    47 "
    47 !
    48 !
    48 
    49 
    49 documentation
    50 documentation
    50 "
    51 "