Rexx - form Command



This command is used to display the current value of the form value.

Syntax

form 

Parameters

None

Return Value

The current value of the form variable as a string.

Example

/* Main program */ 
say form

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

Output

Scientific
rexx_netrexx.htm
Advertisements