Guest User

Untitled

a guest
Jun 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. pmichaud@orange:~/parrot/trunk$ ./parrot_config revision
  2. 48985
  3. pmichaud@orange:~/parrot/trunk$ cat z.pir
  4. .sub 'main' :main
  5. $S0 = utf8:unicode:""
  6. $I0 = encoding $S0
  7. $S1 = encodingname $I0
  8. say $S1
  9. .end
  10.  
  11. pmichaud@orange:~/parrot/trunk$ ./parrot -o z.pbc z.pir
  12. pmichaud@orange:~/parrot/trunk$ ./parrot z.pir
  13. utf8
  14. pmichaud@orange:~/parrot/trunk$ ./parrot z.pbc
  15. ascii
  16. pmichaud@orange:~/parrot/trunk$
Add Comment
Please, Sign In to add comment