about summary refs log tree commit diff stats
BranchCommit messageAuthorAge
hlthalt until exception when waiting for keyboardKartik K. Agaram12 months
mainfix other mandelbrot variantsKartik K. Agaram6 weeks
 
'>1ead3562 ^
192d59d3 ^


d2244a2f ^
b96af395 ^
1
2
3
4
5
6
7
8

                                  
          


                              
              
 
# example program: add two numbers

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