Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
15
Task/Bitwise-operations/ML-I/bitwise-operations.mli
Normal file
15
Task/Bitwise-operations/ML-I/bitwise-operations.mli
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
MCSKIP "WITH" NL
|
||||
"" Bitwise operations
|
||||
"" assumes macros on input stream 1, terminal on stream 2
|
||||
MCSKIP MT,<>
|
||||
MCINS %.
|
||||
MCDEF SL SPACES NL AS <MCSET T1=%A1.
|
||||
MCSET T2=%A2.
|
||||
a and b = %%T1.&%T2..
|
||||
a or b = %%T1.|%T2..
|
||||
The other operators are not supported.
|
||||
MCSET S10=0
|
||||
>
|
||||
MCSKIP SL WITH *
|
||||
MCSET S1=1
|
||||
*MCSET S10=2
|
||||
Loading…
Add table
Add a link
Reference in a new issue