about summary refs log blame commit diff stats
path: root/x.mu
blob: 6fbfaec044b09c8e631e37a9e5c18f38d9dea0f8 (plain) (tree)
1
2
3
4
5
6





                
(main
  (1 <- loadi 1)
  (2 <- loadi 3)
  (3 <- add 1 2)
  (x <- prn a)
)