Stage 9.6: The Dot Operator .
The . operator is used in accessing fields and methods of a reference. It works a bit
more subtly.
Whoa, why didn't we need to add * before ref_f? This is because the
.
operator automatically dereferences a sequence of references.
