3 lines
72 B
Rexx
3 lines
72 B
Rexx
/*REXX program to show a line of text. */
|
|
yyy = 'Hello world!'
|
|
say yyy
|
/*REXX program to show a line of text. */
|
|
yyy = 'Hello world!'
|
|
say yyy
|