Rexx Programming/How to Rexx/pull
Appearance
The 'pull' instruction reads input from standard input and translates it to uppercase:
/* read from standard input into the variable foobar */ pull foobar
The 'pull' instruction reads input from standard input and translates it to uppercase:
/* read from standard input into the variable foobar */ pull foobar