< Rexx Programming < How to Rexx
The 'pull' instruction reads input from standard input and translates it to uppercase:
/* read from standard input into the variable foobar */ pull foobar
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.