Interactive help: Difference between revisions

Line 329:
-f|--force Override any skip parameter
</pre>
 
=={{header|Phix}}==
See docs\phix\phix.chm for the complete manual, or [http://phix.x10.mx/docs/html/phix.htm online].<br>
When p -?, p -h, p -help, or p --help is entered:
<pre>
interpret: <filename>
compile: -c <filename>
 
also: -d creates a list.asm file,
-nodiag creates a smaller list.asm file,
-norun may be useful in batch jobs,
-test, tnn, b, bt, etc, and of course
-c p, which rebuilds the compiler.
for more details\options see pth.exw.
 
Wildcards are allowed, as long as they select a single file,
with ".exw" assumed, eg "demo\tak*" runs demo\takeuchi.exw.
 
Press F7 to list prompt history, up/down to select.
 
Phix hybrid interpreter/compiler.
 
Version 0.8.0 (32 bit Windows) Copyright Pete Lomax 2006..2016
 
Enter ? for options or filename to execute:
</pre>
(Pressing ? at that last prompt would re-display the text just shown.)
 
=={{header|REXX}}==
7,806

edits