Slide 46
Slide 46 text
Aliases in Pony
When you assign a value to a variable or a eld.
When you pass a value as an argument to a
method.
When you call a method, an alias of the receiver
of the call is created. It is accessible as this
within the method body.
22/39