CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Smalltalk Assignments
Simplest Form:
name1 <- name2
It is simply a pointer assignment
RHS can be a message expression
index <- index + 1