Skip to content

Instantly share code, notes, and snippets.

@tswicegood
Created January 1, 2011 17:11
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 tswicegood/761855 to your computer and use it in GitHub Desktop.
Save tswicegood/761855 to your computer and use it in GitHub Desktop.
Demonstration of 0.3.3-pre (and 0.3.2) repl output
prompt> node --versionv0.3.3-pre
prompt> node
> function foo() {
[object Context]:1
... console.log("bar");
console.log("bar");
[object Context]:1
... }
}
> foo();
foo();
bar
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment