Sha256: 3bbf5a49ea1fc0de13b594da5b1e0aae501b0f7cd1ad2a208a364d1f227a761c

Contents?: true

Size: 270 Bytes

Versions: 10

Compression:

Stored size: 270 Bytes

Contents

===using SAY===
/*REXX program to show a line of text.  */
say 'Hello world!'

===using SAY variable===
/*REXX program to show a line of text.  */
yyy = 'Hello world!'
say yyy

===using LINEOUT===
/*REXX program to show a line of text.  */

call lineout ,"Hello world!"

Version data entries

10 entries across 7 versions & 1 rubygems

Version Path
zettacode-0.1.7 files.zettacode/hello_world.text/rexx.txt
zettacode-0.1.6 files.zettacode/hello_world.text/rexx.txt
zettacode-0.1.6 files.zettacode2/hello_world.text/rexx.txt
zettacode-0.1.5 files.zettacode/hello_world.text/rexx.txt
zettacode-0.1.5 files.zettacode2/hello_world.text/rexx.txt
zettacode-0.1.4 files.zettacode/hello_world.text/rexx.txt
zettacode-0.1.4 files.zettacode2/hello_world.text/rexx.txt
zettacode-0.1.3 files.zettacode/hello_world.text/rexx.txt
zettacode-0.1.2 files.zettacode/hello_world.text/rexx.txt
zettacode-0.1.1 zettacode.files/hello_world.text/rexx.txt