Skip to content

Instantly share code, notes, and snippets.

@okram
Created May 5, 2020 12:28
Show Gist options
  • Save okram/6bce6927557220112ebd1fefa647eb24 to your computer and use it in GitHub Desktop.
Save okram/6bce6927557220112ebd1fefa647eb24 to your computer and use it in GitHub Desktop.
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