Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created July 24, 2016 00:58
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 joubertnel/b75e2300175a7e7cae9a5e226050fe0a to your computer and use it in GitHub Desktop.
Save joubertnel/b75e2300175a7e7cae9a5e226050fe0a to your computer and use it in GitHub Desktop.
Rebol []
forever [
data: input
if data = "!quit" [break]
print data
]
@joubertnel
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment