Skip to content

Instantly share code, notes, and snippets.

@RobertFischer
Created May 13, 2010 18:01
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 RobertFischer/400140 to your computer and use it in GitHub Desktop.
Save RobertFischer/400140 to your computer and use it in GitHub Desktop.
let foo = 42 in exec(foo);
let foo = 42 in {
doSomething(foo);
somethingElse(foo)
}
let foo = { arg1, arg2 ->
someAnonymousFunctionImpl(arg1, arg2)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment