about summary refs log tree commit diff stats
path: root/wiki/inc/lang/hr/mailtext.txt
Commit message (Collapse)AuthorAgeFilesLines
* installed dokuwiki, added to navbar, updated newsahriman2018-12-031-0/+12
6436927640603675e2e700007f53c5ab213869'>bc643692 ^
5497090a ^
d2244a2f ^
b96af395 ^
1
2
3
4
5
6
7
8

                                  
             

                     
                                       
              
 
# example program: add two numbers

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