You are so right!

Q: now that I've gotten to the bottom of the Grand Canyon and found a narrow spot, how do I cross the river?

A: WTF are you doing down there????


On April 18, 2019 11:41:48 PM PDT, Andres Valloud <avalloud@smalltalk.comcastbiz.net> wrote:
I can't escape the feeling that this answer is leaving a lot on the 
table because the question is asked from a narrow perspective.

On 4/18/19 10:01 , Roelof Wobben wrote:
because the challenge wants this to be the answer :

(Dictionary new
add: 'direction' -> 'north';
add:
'position'
->
(Dictionary new
add: 'x' -> 0;
add: 'y' -> 0;
yourself);
yourself)