Category:Smalltalk: Difference between revisions

Line 383:
 
===Special "builtin" Pseudo Variables===
<lang smalltalk>self "refers to the current receiver"
self "refers to the current receiver"
 
super "for super sends (to call the method in a superclass)"
 
thisContext "refers to the current context (stack frame/continuation) as an object"</lang>
 
===Message Sends===
Anonymous user