Created
July 23, 2019 10:16
-
-
Save wwj718/546b9bbd7f2056c15d784d5abb5365d1 to your computer and use it in GitHub Desktop.
my note
This file contains 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
"block" | |
a := [ :x :y | [ :z| x+y+z] ]. | |
b := a value:1 value:2. | |
b value: 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment