Skip to content

Instantly share code, notes, and snippets.

@m3talsmith
Created September 7, 2009 04:19
Show Gist options
  • Save m3talsmith/182144 to your computer and use it in GitHub Desktop.
Save m3talsmith/182144 to your computer and use it in GitHub Desktop.
function give_me_the_world() {
return "You have the world";
}
var i_rule_you = give_me_the_world();
print(i_rule_you);
var fruit = {color: "orange", taste: "sticky"}
print(fruit.color);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment