Created
May 5, 2020 12:28
-
-
Save okram/6bce6927557220112ebd1fefa647eb24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmlang> 1 | |
==>1 | |
mmlang> 1-<[+2|+3|+4] | |
==>[3|4|5] | |
mmlang> 1-<[+2|+3|+4]=[_|>6|10] | |
==>[3|false|10] | |
mmlang> 1-<[+2|+3|+4]=[_|>6|10]=[_|_] | |
==>[3|false] | |
mmlang> 1-<[+2|+3|+4]=[_|>6|10]=[_|_]=[-<[+1|+2]|_] | |
==>[[4|5]|false] | |
mmlang> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment