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



                
 
(main
  (1 <- loadi 1)
  (2 <- loadi 3)
  (3 <- add 1 2)
)