Jump to content

Rexx Programming/How to Rexx/pull

From Wikibooks, open books for an open world

The 'pull' instruction reads input from standard input and translates it to uppercase:

/* read from standard input into the variable foobar */
pull foobar