about summary refs log tree commit diff stats
path: root/jabber.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-26 18:12:15 +0000
committerJames Booth <boothj5@gmail.com>2012-02-26 18:12:15 +0000
commitfaec40780116f793b93bf2c06bff3789c4248805 (patch)
tree89f4eb8b96033e26078ac78f8e1041ddd23bc808 /jabber.h
parent72d96a92f3b912d1ddcf2a0fc494905782ef3fe9 (diff)
downloadprofani-tty-faec40780116f793b93bf2c06bff3789c4248805.tar.gz
Update README
Diffstat (limited to 'jabber.h')
0 files changed, 0 insertions, 0 deletions
'#n3'>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
]