Skip to content

Instantly share code, notes, and snippets.

@samsonjs
Created July 31, 2014 18:36
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 samsonjs/7d29475cb9bdf641fee9 to your computer and use it in GitHub Desktop.
Save samsonjs/7d29475cb9bdf641fee9 to your computer and use it in GitHub Desktop.
(let ((a 1)
(b 2))
(foo a b))
var a = 1,
b = 2;
foo(a, b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment