Skip to content

Instantly share code, notes, and snippets.

@okram
Created January 2, 2020 12:29
Show Gist options
  • Save okram/881629d51eecb59cc0a4db40564b0640 to your computer and use it in GitHub Desktop.
Save okram/881629d51eecb59cc0a4db40564b0640 to your computer and use it in GitHub Desktop.
mmlang> 1->2->3->4
==>[1:[2:[3:4]]]
mmlang> (1->2->3->4)<-1<-2<-3
==>4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment