about summary refs log blame commit diff stats
path: root/subx/apps/handle
blob: 0cc21fb2d3ee85235bd2733458e24fd8d415efb4 (plain) (tree)
blob is binary.
58b73f4e2c6c665226d2d56c61fdd'>0ca35d02 ^
d4b4d018 ^


3cf89549 ^
cb9e66d7 ^
1
2
3
4
5
6
                


                                        
                
  
(function main [
  (x:integer <- copy 1:literal)
  (y:integer <- copy 3:literal)
  (z:integer <- add x:integer y:integer)
  ($dump-memory)
])