User input/Text: Difference between revisions

m
(→‎{{header|REXX}}: Adding REBOL example.)
Line 487:
 
=={{header|REBOL}}==
<lang REBOL>EBOLREBOL [
Title: "Textual User Input"
Author: oofoe
Line 497:
 
; Because I have several things to check for, I've made a function to
; handle it. Note the question mark in the function name, this convention
; is often used in Forth to indicate test of some sort.
 
Anonymous user