Created
August 2, 2016 15:16
-
-
Save indatawetrust/bb122edb8d758751a5a6e741d1364aea 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
log = &(&1.(&2)) | |
hello = fn p -> "hello " <> p end | |
log.(hello,"world") | |
# log | |
# "hello world" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment