RosettaCodeData/Task/Compiler-lexical-analyzer/Ol/compiler-lexical-analyzer-6.ol
2023-07-01 13:44:08 -04:00

6 lines
197 B
Text

(translate "
/*** test printing, embedded \\\\n and comments with lots of '*' ***/
print(42);
print(\"\\\\nHello World\\\\nGood Bye\\\\nok\\\\n\");
print(\"Print a slash n - \\\\\\\\n.\\\\n\");
")