RosettaCodeData/Task/Compiler-lexical-analyzer/Ol/compiler-lexical-analyzer-6.ol

7 lines
197 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(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\");
")