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

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