Rexx - interpret



Interprets or executes the defined instruction.

Syntax

Interpret command 

Parameters

  • command − The command sent to the interpret instruction.

Return Value

Returns the output of the command sent to the interpret instruction.

Example

/* Main program */ 
options arexx_bifs interpret 
say 'Hello'

When we run the above program we will get the following result.

Output

Hello
rexx_instructions.htm
Advertisements