Skip to content

Instantly share code, notes, and snippets.

@okram
Created December 11, 2019 13:25
Show Gist options
  • Save okram/e6ee4eed147b7f740ab6b074a9084361 to your computer and use it in GitHub Desktop.
Save okram/e6ee4eed147b7f740ab6b074a9084361 to your computer and use it in GitHub Desktop.
mmlang> 1 => x
==>1~x
mmlang> 1 => x => [plus,2]
==>3
mmlang> 1 => x => [plus,2] => y
==>3~y
mmlang> 1 => x => [plus,2] => y => x
mmlang> 1 => x => [plus,2] => y => [minus,2] => x
==>1~x
mmlang>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment