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