<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>Is there a term for all the Method/Block Contexts that are invoked prior to a DoIt getting to <br><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>Compiler&gt;&gt;evaluate: textOrStream in: aContext to: receiver notifying: aRequestor ifFail: failBlock logged: logFlag</div></blockquote> <br>?<br><br>I know this is just semantics, but before there is a lot of "Context" going on before the first MethodContext of <br><br><br><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>| factorial |<br><br>factorial := [:n&nbsp; |<br>&nbsp;&nbsp;&nbsp; n = 1 <br>&nbsp;&nbsp;&nbsp; ifTrue:[ 1 ] <br>&nbsp;&nbsp;&nbsp; ifFalse:[ (factorial copy value: n-1) * n]].<br>(1 to: 3) collect: factorial copy .</div></blockquote> <br>is activated.<br><br>Just curious if there is a term for that that people use.<br><br>thx.<br><br>ttty<br></div></body></html>