Merge: doc: fixed some typos and other misc. corrections
[nit.git] / contrib / pep8analysis / tests / privat / 08-triforce.pep
1 ; Programme simple qui triforce
2 ; Jean Privat (c) 2010
3          CALL    force       
4          CALL    force       
5          CALL    force       
6          STOP                
7 ;
8 force:   STRO    f1,d        
9          STRO    f2,d        
10          STRO    f3,d        
11          RET0                
12 f1:      .ASCII  "  *\n\x00" 
13 f2:      .ASCII  " ***\n\x00"
14 f3:      .ASCII  "*****\n\x00"
15          .END