Rexx Tutorial
Rexx Useful Resources
Selected Reading
- Rexx - Web Programming
- Rexx - Reginald
- Rexx - Graphical User Interface
- Rexx - Best Programming Practices
- Rexx - Performance
- Handheld & Embedded
- Rexx - Databases
- Rexx - Brexx
- Rexx - Netrexx
- Rexx - Implementations
- Rexx - Instructions
- Rexx - Extended Functions
- Rexx - Portability
- Rexx - Object Oriented
- Rexx - Error Handling
- Rexx - Debugging
- Rexx - Signals
- Rexx - Parsing
- Rexx - Regina
- Rexx - XML
- Rexx - System Commands
- Rexx - Built-In Functions
- Rexx - Subroutines
- Rexx - Functions For Files
- Rexx - File I/O
- Rexx - Stacks
- Rexx - Functions
- Rexx - Strings
- Rexx - Numbers
- Rexx - Decision Making
- Rexx - Loops
- Rexx - Arrays
- Rexx - Operators
- Rexx - Variables
- Rexx - Datatypes
- Rexx - Basic Syntax
- Rexx - Installation of Plugin-Ins
- Rexx - Installation
- Rexx - Environment
- Rexx - Overview
- Rexx - Home
Rexx Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Rexx - Instructions
Rexx - Instructions
Rexx provides a number of instructions that gives a wide variety of functionapty, most of them which allow you to interact with the Operating System. Let’s look at some of them in detail.
Sr.No. | Rexx Instructions |
---|---|
1 | This function is used to display the current command environment. |
2 | This function is used to un-assign a variable. |
3 | Interprets or executes the defined instruction. |
4 | This function means to perform no operation. This command is normally used in if statements. |
5 | This is used to pull input from the stack or from the default stream. |
6 | This is used to push a value onto the Rexx stack. |