Merge: Use more intern methods and add intern factories for NativeString and NativeArray
[nit.git] / contrib / pep8analysis / tests / privat / 08-abus.pep
1 ; Programme qui abuse de la pile
2 ; Jean Privat (c) 2010
3          CALL    la          
4          STOP                
5 la:      LDA     ici,i       
6          STA     0,s         
7          RET0                
8          STOP                
9 ici:     CHARO   '*',i       
10          STOP                
11          .END