print "\n";
reaches the PIR translation as: print "\\n"(I will add full string processing to Punie later, but since other compilers will also need basic Parrot string types, it makes sense to figure it out now.)
Allison
print "\n";
reaches the PIR translation as: print "\\n"(I will add full string processing to Punie later, but since other compilers will also need basic Parrot string types, it makes sense to figure it out now.)
Allison