Skip to content

Instantly share code, notes, and snippets.

@benmills
Created November 4, 2011 13:56
Show Gist options
  • Save benmills/1339372 to your computer and use it in GitHub Desktop.
Save benmills/1339372 to your computer and use it in GitHub Desktop.
OperatorTable addAssignOperator(":", "atPut")
foo := method(
arg := call argAt(0)
map := Map clone
arg doInContext(map)
)
foo(key: "val")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment