d2244a2f ^
1ead3562 ^
192d59d3 ^
b96af395 ^
1 2
3
4 5 6
7
8
# example program: add two numbers def main [ 11:num <- copy 1 12:num <- copy 3 13:num <- add 11:num, 12:num $dump-memory ]