The Resource.Directive class creates objects which represent the
::RESOURCE directives of an ooRexx program.
Superclass: Rexx.Directive
Returns the name of the resource, as a string element or a symbol element.
Returns the delimiter string that marks the end of the resource data.
When the END keyword was used on the directive (e.g.
::RESOURCE Help END "::End"), this is the specified
delimiter; otherwise, the default value "::END" is
returned.
Returns the starting line number of the resource data (the first line after the directive itself).
Returns the ending line number of the resource data (the last line before the closing delimiter).