Skip to content

Instantly share code, notes, and snippets.

@wwj718
Created July 23, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwj718/546b9bbd7f2056c15d784d5abb5365d1 to your computer and use it in GitHub Desktop.
Save wwj718/546b9bbd7f2056c15d784d5abb5365d1 to your computer and use it in GitHub Desktop.
my note
"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