about summary refs log tree commit diff stats
path: root/example1.mu
blob: 296106042c1380df1bca0388d576c9000cfbf4ca (plain) (blame)
1
2
3
4
5
recipe example1 [
  local-scope
  a:number <- add 2, 2
  a <- multiply a, 3
]