home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / welc2205.lha / Examples / test5 < prev    next >
Encoding:
Text File  |  1993-04-25  |  192 b   |  9 lines

  1. /* Welcome and interactivity with text-input */
  2. Address WELCOME
  3. Options RESULTS
  4.  
  5. 'REQUESTSTRING "Please Enter your Name:" "John Doe"'
  6.  
  7. 'TEXT So you are called 'result', that is a nice name.'
  8.  
  9.