Created
July 24, 2016 00:58
-
-
Save joubertnel/b75e2300175a7e7cae9a5e226050fe0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rebol [] | |
forever [ | |
data: input | |
if data = "!quit" [break] | |
print data | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same as in Red - https://gist.github.com/joubertnel/43bba914a96f4b2319fec7cae8e4f18e