«
»
Boxing
Source:
a = a + 1
Python:
LOAD_FAST a
LOAD_CONST 1
BINARY_ADD
STORE_FAST a
Parrot:
find_lex P1, 'a'
add P1, P1, 1