|
NAMEonyx - stand-alone Onyx language interpreterSYNOPSISonyx -honyx -V onyx -e <expr> onyx [-i <expr>]* [-f <file>]* [-s <expr>] onyx <file> [<args>] DESCRIPTIONThe onyx program is a stand-alone Onyx language interpreter, with an integrated command line editor. This manual page only documents the command line usage for onyx; much more extensive documentation is available in HTML and PDF formats. See the FILES section below.Command line flags:
Execute <expr> as Onyx code.
Evaluate contents of initalization
<file>.
Evaluate initalization <expr>.
Call the start operator with <expr> as the
argument, rather than stdin.
FILES/usr/local/share/doc/onyx/html/onyx.html/usr/local/share/doc/onyx/pdf/onyx.pdf HISTORYWritten by Jason Evans <jasone@canonware.com>.
Visit the GSP FreeBSD Man Page Interface. |