6 lines
110 B
Rexx
6 lines
110 B
Rexx
|
|
/*REXX program RANG1 in PDS N561985.PRIV.CLIST W. Pachl */
|
||
|
|
Parse Source a b c
|
||
|
|
Say 'a='a
|
||
|
|
Say 'b='!!b
|
||
|
|
Say 'c='c
|