Category:Smalltalk: Difference between revisions

Content added Content deleted
Line 383: Line 383:


===Special "builtin" Pseudo Variables===
===Special "builtin" Pseudo Variables===
<lang smalltalk>
<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)"
super "for super sends (to call the method in a superclass)"