Block.st
branchjv
changeset 17845 7e0cfaac936d
parent 17841 7abcc4aef871
child 17846 24edc476ac18
equal deleted inserted replaced
17844:29a1536dffe4 17845:7e0cfaac936d
   367 
   367 
   368     ^ self == Block
   368     ^ self == Block
   369 
   369 
   370     "Modified: 23.4.1996 / 15:55:58 / cg"
   370     "Modified: 23.4.1996 / 15:55:58 / cg"
   371 ! !
   371 ! !
   372 
       
   373 
   372 
   374 !Block methodsFor:'Compatibility-ANSI'!
   373 !Block methodsFor:'Compatibility-ANSI'!
   375 
   374 
   376 argumentCount
   375 argumentCount
   377     "VisualAge/ANSI compatibility: alias for #numArgs.
   376     "VisualAge/ANSI compatibility: alias for #numArgs.
  2948 ! !
  2947 ! !
  2949 
  2948 
  2950 !Block class methodsFor:'documentation'!
  2949 !Block class methodsFor:'documentation'!
  2951 
  2950 
  2952 version
  2951 version
  2953     ^ '$Id: Block.st 10643 2011-06-08 21:53:07Z vranyj1 $'
  2952     ^ '$Id: Block.st 10656 2011-07-07 22:08:07Z vranyj1 $'
  2954 !
  2953 !
  2955 
  2954 
  2956 version_CVS
  2955 version_CVS
  2957     ^ 'Header: /cvs/stx/stx/libbasic/Block.st,v 1.184 2011/01/18 18:24:31 cg Exp '
  2956     ^ '§Header: /cvs/stx/stx/libbasic/Block.st,v 1.184 2011/01/18 18:24:31 cg Exp §'
  2958 !
       
  2959 
       
  2960 version_SVN
       
  2961     ^ '$Id: Block.st 10643 2011-06-08 21:53:07Z vranyj1 $'
       
  2962 ! !
  2957 ! !
  2963 
  2958 
  2964 Block initialize!
  2959 Block initialize!
  2965 
       
  2966 
       
  2967 
       
  2968 
       
  2969 
       
  2970 
       
  2971 
       
  2972 
       
  2973 
       
  2974 
       
  2975 
       
  2976