about summary refs log blame commit diff stats
path: root/worker/notmuch
Blame is not available for folders.
lt&id=c8c5065869d7500ab8ad80b135bb7b31262e597f'>tree)
1
2
3
4
5
6
7
          
             
                   
                    

                                             
 
def main [
  local-scope
  a:num <- add 2, 2
  a <- multiply a, 3
  # uncomment the next line to see the output
# $print a
]