Context.st
changeset 16489 7d7c4d8c47fe
parent 16483 0f56ec21f5c6
child 16544 f0ea8f50fea5
equal deleted inserted replaced
16488:9ffcb1851e82 16489:7d7c4d8c47fe
   277 
   277 
   278     self resume:value
   278     self resume:value
   279 ! !
   279 ! !
   280 
   280 
   281 !Context methodsFor:'accessing'!
   281 !Context methodsFor:'accessing'!
       
   282 
       
   283 arg1Index
       
   284     ^1
       
   285 
       
   286     "Created: / 31-01-2013 / 13:29:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   287 !
   282 
   288 
   283 argAt:n
   289 argAt:n
   284     "return the n'th argument"
   290     "return the n'th argument"
   285 
   291 
   286     n > self numArgs ifTrue:[
   292     n > self numArgs ifTrue:[
  2601 ! !
  2607 ! !
  2602 
  2608 
  2603 !Context class methodsFor:'documentation'!
  2609 !Context class methodsFor:'documentation'!
  2604 
  2610 
  2605 version
  2611 version
  2606     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.202 2014-05-22 16:19:23 cg Exp $'
  2612     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.203 2014-05-23 19:14:03 stefan Exp $'
  2607 !
  2613 !
  2608 
  2614 
  2609 version_CVS
  2615 version_CVS
  2610     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.202 2014-05-22 16:19:23 cg Exp $'
  2616     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.203 2014-05-23 19:14:03 stefan Exp $'
  2611 !
  2617 !
  2612 
  2618 
  2613 version_HG
  2619 version_HG
  2614 
  2620 
  2615     ^ '$Changeset: <not expanded> $'
  2621     ^ '$Changeset: <not expanded> $'