about summary refs log tree commit diff stats
path: root/x.mu
blob: 7341c5d2eeda4814bd10f7db4c8c184db8b7930b (plain) (blame)
1
2
3
4
5
(main
  ((x integer) <- literal 1)
  ((y integer) <- literal 3)
  ((z integer) <- add (x integer) (y integer))
)