You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapters/PharoObjectModel/PharoObjectModel.pillar
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,7 @@ At some point action must take place:
233
233
- ''Variable accesses'' are just accesses to the value of a variable.
234
234
- ''Assignments'' are not message sends. An assignment to a variable causes that variable name to be freshly bound to the result of the expression in the scope of its definition.
235
235
- ''Returns'' are not message sends. A return simply causes the computed result to be returned to the sender.
236
+
- ''Primitives'' are not message sends. They are implemented in the virtual machine.
236
237
- ''Pragmas'' are not message sends. They are method annotations.
237
238
238
239
Other than these few exceptions, pretty much everything else does truly happen by sending messages.
0 commit comments