summary refs log tree commit diff stats
path: root/tests/closure/uclosures.nim
Commit message (Expand)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* new tester; all tests categorizedAraq2014-01-131-0/+12
x.mu?h=hlt&id=7847e20d265cc36d60d2b75a39fe496af17ef0e3'>^
cb9e66d7 ^
1
2
3
4
5
6
                


                                        
                
  
(function main [
  (x:integer <- copy 1:literal)
  (y:integer <- copy 3:literal)
  (z:integer <- add x:integer y:integer)
  ($dump-memory)
])