Program name: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added verbage to the 1st section header. -- ~~~~)
Line 1,101: Line 1,101:
function call in an expression or using the <code>CALL</code> instruction or as a method of an object.
function call in an expression or using the <code>CALL</code> instruction or as a method of an object.
These two tokens are followed by the complete path specification of the program file.
These two tokens are followed by the complete path specification of the program file.
<br><br>It should be noted that the format of the complete path varies depending upon the operating system.


<lang REXX>/* Rexx */
<lang REXX>/* Rexx */