Signal.st
changeset 3 24d81bf47225
parent 2 6526dde5f3ac
child 13 62303f84ff5f
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    32 This Signal implementation has been modeled after what some PD
    32 This Signal implementation has been modeled after what some PD
    33 programs seem to expect - it may not be perfect currently.
    33 programs seem to expect - it may not be perfect currently.
    34 
    34 
    35 See samples in doc/coding.
    35 See samples in doc/coding.
    36 
    36 
    37 %W% %E%
    37 $Header: /cvs/stx/stx/libbasic/Signal.st,v 1.3 1993-10-13 00:18:15 claus Exp $
    38 '!
    38 '!
    39 
    39 
    40 !Signal class methodsFor:'initialization'!
    40 !Signal class methodsFor:'initialization'!
    41 
    41 
    42 initialize
    42 initialize