Expected
I can use the keywords 'it' (and others) to refer to the last declared variable, and store it in other variables.
Result
Using the keywords just uses poetic literal numbers
Code:
Listen to the heartbeat
my heart is it
shout the heartbeat of my heart
Input: 4
Expected output: 16 (4x4)
Actual output: 8 (4x2)