Interactive help: Difference between revisions

m
→‎{{header|REXX}}: added the REXX computer programming language for this task.
(added whitespace to the task's preamble, converted the example (for Jsish) to a language entry.)
m (→‎{{header|REXX}}: added the REXX computer programming language for this task.)
Line 50:
tails BOOL Returned only tail of path.
types STRKEY Filter files to include type: one or more of chars 'fdlpsbc' for file, directory, link, etc.</pre>
 
=={{header|REXX}}==
Some REXXes offer interactive help &nbsp; (via '''HELP''' or some other command).
 
Other REXXes have an HTML document or a PDF for showing command syntax and other general information on use of the language.
 
Each REXX has it's own documentation, and viewing it would depend on the host environment.
<br><br>