Advertisement
Guest User

perlito6 to parrot

a guest
Apr 12th, 2013
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ perl -Ilib5 perlito6.pl -Cparrot -e 1
  2. # Do not edit this file - Generated by Perlito6 9.0
  3. .namespace [ "GLOBAL" ]
  4. .sub _ :main :anon
  5. .end
  6.  
  7. .sub "_class_vars_" :anon
  8. .end
  9.  
  10. .sub _ :anon :load :init :outer("_class_vars_")
  11. .local pmc self
  12. newclass self, "GLOBAL"
  13. $P0 = new .Integer
  14. $P0 = 1
  15. .end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement