Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Literals-String/ML-I/literals-string-1.mli
Normal file
11
Task/Literals-String/ML-I/literals-string-1.mli
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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>
|
||||
2
Task/Literals-String/ML-I/literals-string-2.mli
Normal file
2
Task/Literals-String/ML-I/literals-string-2.mli
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
This is the first mention of Alice
|
||||
and here we mention Bob again
|
||||
Loading…
Add table
Add a link
Reference in a new issue