VarArgCheapBlock.st
changeset 21918 4618711f0813
parent 15092 2ef1ab2dc360
child 22311 5331770c9388
equal deleted inserted replaced
21917:00931f45bfff 21918:4618711f0813
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
     4  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
     9  other person.  No title to or ownership of the software is
    11  other person.  No title to or ownership of the software is
    10  hereby transferred.
    12  hereby transferred.
    11 "
    13 "
    12 "{ Package: 'stx:libbasic' }"
    14 "{ Package: 'stx:libbasic' }"
    13 
    15 
       
    16 "{ NameSpace: Smalltalk }"
       
    17 
    14 CheapBlock variableSubclass:#VarArgCheapBlock
    18 CheapBlock variableSubclass:#VarArgCheapBlock
    15 	instanceVariableNames:''
    19 	instanceVariableNames:''
    16 	classVariableNames:''
    20 	classVariableNames:''
    17 	poolDictionaries:''
    21 	poolDictionaries:''
    18 	category:'Kernel-Methods'
    22 	category:'Kernel-Methods'
    36 
    40 
    37 !
    41 !
    38 
    42 
    39 documentation
    43 documentation
    40 "
    44 "
    41     read the documentation in VarArgBlocks.
    45     read the documentation in VarArgBlock.
    42 
       
    43 
    46 
    44     [author:]
    47     [author:]
    45         Claus Gittinger
    48         Claus Gittinger
    46 
    49 
    47     [see also:]
    50     [see also:]
    48         Block CheapBlock
    51         VarArgBlock Block CheapBlock
    49 "
    52 "
    50 ! !
    53 ! !
    51 
    54 
    52 !VarArgCheapBlock class methodsFor:'initialization'!
    55 !VarArgCheapBlock class methodsFor:'initialization'!
    53 
    56 
   196 ! !
   199 ! !
   197 
   200 
   198 !VarArgCheapBlock class methodsFor:'documentation'!
   201 !VarArgCheapBlock class methodsFor:'documentation'!
   199 
   202 
   200 version
   203 version
   201     ^ '$Header: /cvs/stx/stx/libbasic/VarArgCheapBlock.st,v 1.6 2013-04-16 12:44:09 cg Exp $'
   204     ^ '$Header$'
   202 ! !
   205 ! !
   203 
   206 
   204 
   207 
   205 VarArgCheapBlock initialize!
   208 VarArgCheapBlock initialize!