summary refs log tree commit diff stats
path: root/lib/pure/asyncdispatch.nim.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.nimrod.cfg to *.nim.cfgdef2015-02-031-0/+3
43692 ^
5497090a ^
d2244a2f ^
b96af395 ^
1
2
3
4
5
6
7
8

                                  
          

                     
                                       
              
 
# example program: add two numbers

def main [
  11:number <- copy 1
  12:number <- copy 3
  13:number <- add 11:number, 12:number
  $dump-memory
]