Skip to content

Instantly share code, notes, and snippets.

@SomeKittens
Created March 2, 2013 19:52
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 SomeKittens/5072983 to your computer and use it in GitHub Desktop.
Save SomeKittens/5072983 to your computer and use it in GitHub Desktop.
Rebol script to execute JavaScript's `console.log`. In other news, I really need to get a life.
parse js [
thru {console.log("} copy message to {");} (print message)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment