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


                      
def example1 [
  local-scope
  a:number <- add 2, 2
  a <- multiply a, 3
]