Context.st
changeset 22368 fe9f9487a3ed
parent 22262 e587cdd22868
child 22506 d5b781899274
equal deleted inserted replaced
22367:cdec34b6a6fa 22368:fe9f9487a3ed
   464 %}.
   464 %}.
   465     ^ value
   465     ^ value
   466 !
   466 !
   467 
   467 
   468 lineNumber
   468 lineNumber
   469     "this returns the lineNumber within the methods source, where the context was
   469     "this returns the lineNumber within the method's source, where the context was
   470      interrupted or called another method. (currently, sometimes this information
   470      interrupted or called another method. (currently, sometimes this information
   471      is not available - in this case 0 is returned)"
   471      is not available - in this case 0 is returned)"
   472 
   472 
   473     |l|
   473     |l|
   474 
   474 
   507 "/         ^ nr.
   507 "/         ^ nr.
   508 "/    ].
   508 "/    ].
   509 
   509 
   510     ^ l
   510     ^ l
   511 
   511 
   512     "Modified: / 10.11.1998 / 13:19:48 / cg"
   512     "Modified: / 10-11-1998 / 13:19:48 / cg"
       
   513     "Modified (comment): / 21-11-2017 / 13:00:40 / cg"
   513 !
   514 !
   514 
   515 
   515 lineNumberFromMethod
   516 lineNumberFromMethod
   516    ^ 1
   517    ^ 1
   517 !
   518 !