Skip to content

Instantly share code, notes, and snippets.

@rwaldron
Forked from voodootikigod/pp.js
Created March 19, 2011 17:30
Show Gist options
  • Select an option

  • Save rwaldron/877641 to your computer and use it in GitHub Desktop.

Select an option

Save rwaldron/877641 to your computer and use it in GitHub Desktop.
function pp (t) {
if (typeof console == "object" && typeof console.log == "function")
console.log(t);
else
print(t);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment