Karel: I think you mistyped. "The receiver is eval...
# getting-started
j
Karel: I think you mistyped. "The receiver is evaluated first, so also will return
8
. In the passed lambda, `a`'s value is assigned to `b`" would be the correct way, no?
k
Fixed those, thanks.
Actually, this is the whole purpose of the
also
method, insert some code between the actual assignment and the evaluation of the receiver.