Skip to content

Instantly share code, notes, and snippets.

@vito
Created August 2, 2010 21:14
Show Gist options
  • Save vito/505325 to your computer and use it in GitHub Desktop.
Save vito/505325 to your computer and use it in GitHub Desktop.
> (x: Block) .. (y: Block) = Block new: (x contents .. y contents)
> {a = 1} .. {a + 1}
{a = 1; (a + 1)}
> ({a = 1} .. {a + 1}) evaluate do
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment