4 lines
118 B
Rexx
4 lines
118 B
Rexx
/* This is program 2 */
|
|
say 'This is program 2 writing on standard output.'
|
|
say 'We now return to the caller.'
|
|
return
|