about summary refs log tree commit diff stats
path: root/z.mu
blob: d99438c123fb5a993a37d732464eba8a2ae4c9a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
def barz x:_elem [
  local-scope
  load-ingredients
  y:address:shared:number <- new _elem:type
]

def fooz [
  local-scope
  barz 34
]