Hello World in REXX
Every programming journey starts with Hello World. REXX makes this incredibly simple—the language was designed from day one to be readable and intuitive.
The Code
Create a file named hello.rexx:
|
Every programming journey starts with Hello World. REXX makes this incredibly simple—the language was designed from day one to be readable and intuitive.
Create a file named hello.rexx:
|
REXX takes a radically different approach to variables and types than most modern languages. There are no type declarations, no reserved keywords for allocating memory, and no “int” vs …
Read more →Showing 1–2 of 2 posts (page 1 of 1)