RosettaCodeData/Task/Literals-String/ML-I/literals-string-1.ml

12 lines
328 B
OCaml
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
MCSKIP "WITH" NL
"" Literals/String
MCINS %.
MCSKIP MT,<>
"" Demonstration of literal string
MCDEF Bob AS Alice
"" The following two lines both mention Bob. The first line is
"" evaluated, but the second is surrounded by literal brackets and is not
"" evaluated.
This is the first mention of Bob
<and here we mention Bob again>