about summary refs log blame commit diff stats
path: root/arc/x.mu
blob: 778298a8a4ce127d9b7c24834ceb3516966ddc64 (plain) (tree)
1
2
3
4
5
6
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px;
(function main [
  (x:integer <- copy 1:literal)
  (y:integer <- copy 3:literal)
  (z:integer <- add x:integer y:integer)
  ($dump-memory)
])