Skip to content

Instantly share code, notes, and snippets.

@eee-c
Created February 21, 2011 02:19
Show Gist options
  • Save eee-c/836583 to your computer and use it in GitHub Desktop.
Save eee-c/836583 to your computer and use it in GitHub Desktop.

Revisions

  1. eee-c created this gist Feb 21, 2011.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    > var foo = "Bar"
    undefined

    > foo
    "Bar"

    > bar = "Foo"
    "Foo"