Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
11
Task/Integer-sequence/ML-I/integer-sequence.mli
Normal file
11
Task/Integer-sequence/ML-I/integer-sequence.mli
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
MCSKIP "WITH" NL
|
||||
"" Integer sequence
|
||||
"" Will overflow when it reaches implementation-defined signed integer limit
|
||||
MCSKIP MT,<>
|
||||
MCINS %.
|
||||
MCDEF DEMO WITHS NL AS <MCSET T1=1
|
||||
%L1.%T1.
|
||||
MCSET T1=T1+1
|
||||
MCGO L1
|
||||
>
|
||||
DEMO
|
||||
Loading…
Add table
Add a link
Reference in a new issue