Created
August 11, 2020 17:30
-
-
Save okram/06dc316ec28b48213aeda9a35e6f8898 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=>int[plus,1][plus,2][plus,3] | |
==>7 | |
mmlang> 1=>int[plus,1][plus,2][plus,3][path] | |
==>(1;[plus,1];2;[plus,2];4;[plus,3];7) | |
mmlang> 1=>int[plus,1][plus,2][plus,3][path]=(_,_{0},_) | |
==>(1,,2) | |
mmlang> 1=>int[plus,1][plus,2][plus,3][path]=(_,_{0},_)>- | |
==>1 | |
==>2 | |
mmlang> 1=>int[plus,1][plus,2][plus,3][path]=(_,_{0},_)>-[sum] | |
==>3 | |
mmlang> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment