User input/Text: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: Adding REBOL example.)
Line 487: Line 487:


=={{header|REBOL}}==
=={{header|REBOL}}==
<lang REBOL>EBOL [
<lang REBOL>REBOL [
Title: "Textual User Input"
Title: "Textual User Input"
Author: oofoe
Author: oofoe
Line 497: Line 497:


; Because I have several things to check for, I've made a function to
; Because I have several things to check for, I've made a function to
; handle. Note the question mark in the function name, this convention
; handle it. Note the question mark in the function name, this convention
; is often used in Forth to indicate test of some sort.
; is often used in Forth to indicate test of some sort.