Jump to content

Interactive help: Difference between revisions

Interactive help en Yabasic
(Interactive help en FreeBASIC)
(Interactive help en Yabasic)
Line 96:
{{out|When invoked as <code>fbc -help</code>, or <code>fbc --help</code> at the command line}}
<pre>
G:\FreeBasic>fbc -help
usage: fbc [options] <input files>
input files:
Line 970 ⟶ 969:
$ wren_cli --version
wren 0.3.0
</pre>
 
 
=={{header|Yabasic}}==
 
See yabasic.htm for the complete manual, or [https://2484.de/yabasic/yabasic.htm online].<br>
 
{{out|When invoked as <code>yabasic -help</code>, <code>yabasic -h</code>, or <code>yabasic -?</code> at the command line}}
<pre>
Usage: yabasic [OPTIONS] [FILENAME [ARGUMENTS]]
 
FILENAME : file, which contains the yabasic program; omit it to type
in your program on the fly (terminated by a double newline)
ARGUMENTS : strings, that are available from within the yabasic program
 
Available OPTIONS:
--help : print this message
--version : show version of yabasic
-i,--infolevel [dnwefb] : set infolevel to debug,note,warning,error,fatal or bison+flex
-e,--execute COMMANDS : execute yabasic COMMANDS right away
--bind BOUND : bind interpreter with FILENAME into BOUND
--geometry x+y : position graphic window at x,y
--font FONT : font for graphic, supply style (decorative,dontcare,
modern,roman,script or swiss) and size, e.g. swiss10
--docu NAME : print embedded docu of program or library
--check : check for possible compatibility problems
--librarypath PATH : directory to search libraries not found in
current dir (default d:\program files\yabasic\lib\)
-- : pass any subsequent words as arguments to yabasic
 
---Program done, press RETURN---
</pre>
2,169

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.