User input/Text: Difference between revisions

→‎{{header|REBOL}}: Adding example output.
(→‎{{header|REBOL}}: Adding example output.)
Line 516:
 
print rejoin [ "Thank you. Your string was '" s "'."]</lang>
 
Output:
 
<pre>Script: "Textual User Input" (7-Dec-2009)
Please enter a string, and the number 75000:
string:
number: 75000
Please enter a string, and the number 75000:
string: Slert...
number: 75000
Thank you. Your string was 'Slert...'.</pre>
 
=={{header|REXX}}==
Anonymous user