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




                                          
recipe main [
  12:integer <- copy 1:literal
  13:integer <- copy 3:literal
  11:integer <- add 12:integer, 13:integer
]