Category:Smalltalk: Difference between revisions

Content added Content deleted
Line 390: Line 390:


===Message Sends===
===Message Sends===
<lang smalltalk>1000 factorial "send the 'factorial' message to the integer receiver"
<lang smalltalk>
1000 factorial "send the 'factorial' message to the integer receiver"


a factorial even "send the 'factorial' message to whatever 'a' refers to,
a factorial even "send the 'factorial' message to whatever 'a' refers to,