e4a838d588
FossilOrigin-Name: 03f8a1f5293ceeb245b4e6315578c114c69eb4341027fad8eba5ec8c8dbca5fa
91 lines
4.3 KiB
HTML
91 lines
4.3 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml"><head>
|
|
<title>.</title>
|
|
<style type="text/css">
|
|
|
|
* { color: #000; background: #fff; max-width: 700px; }
|
|
tt, pre { background: #dedede; color: #111; font-family: monospace;
|
|
white-space: pre; display: block; width: 100%; }
|
|
.indentedcode { margin-left: 2em; margin-right: 2em; }
|
|
.codeblock {
|
|
background: #dedede; color: #111; font-family: monospace;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
padding: 7px;
|
|
display: block;
|
|
}
|
|
|
|
.indentedlist { margin-left: 2em; color: #000; }
|
|
|
|
span { white-space: pre; }
|
|
.text { color: #000; white-space: pre; background: #dedede; }
|
|
.colon { color: #000; background: #dedede; }
|
|
.note { color: #000; background: #dedede; }
|
|
.str { color: #000; text-decoration: underline; background: #dedede; }
|
|
.num { color: #000; background: #dedede; font-weight: bold; font-style: italic; }
|
|
.fnum { color: #000; font-weight: bold; background: #dedede; }
|
|
.ptr { color: #000; font-weight: bold; background: #dedede; }
|
|
.fetch { color: #000; font-style: italic; background: #dedede; }
|
|
.store { color: #000; font-style: italic; background: #dedede; }
|
|
.char { color: #000; background: #dedede; }
|
|
.inst { color: #000; background: #dedede; }
|
|
.defer { color: #000; background: #dedede; }
|
|
.imm { color: #000; font-weight: bold; background: #dedede; }
|
|
.prim { color: #000; font-weight: bolder; background: #dedede; }
|
|
|
|
.tt { white-space: pre; font-family: monospace; background: #dedede; }
|
|
|
|
.h1, .h2, .h3, .h4 { white-space: normal; }
|
|
.h1 { font-size: 125%; }
|
|
.h2 { font-size: 120%; }
|
|
.h3 { font-size: 115%; }
|
|
.h4 { font-size: 110%; }
|
|
.hr { display: block; height: 2px; background: #000000; }
|
|
</style>
|
|
</head><body>
|
|
<p>RETRO(1) General Commands Manual RETRO(1)
|
|
<br/><br/>
|
|
RETRO
|
|
<tt class='indentedcode'> retro - a modern, pragmatic forth development system</tt>
|
|
<br/><br/>
|
|
SYNOPSIS
|
|
<tt class='indentedcode'> retro [-h] [-i] [-t] [-f filename] [-u filename] [-r filename]</tt>
|
|
[filename script-args]
|
|
<br/><br/>
|
|
DESCRIPTION
|
|
<tt class='indentedcode'> RETRO is a modern, pragmatic Forth drawing influences from many sources.</tt>
|
|
<tt class='indentedcode'> It's clean, elegant, tiny, and easy to grasp and adapt to various uses.</tt>
|
|
<br/><br/>
|
|
<tt class='indentedcode'> retro is the main interface for interacting with Retro. It provides both</tt>
|
|
<tt class='indentedcode'> an interactive and a scripting model.</tt>
|
|
<br/><br/>
|
|
OPTIONS
|
|
<tt class='indentedcode'> -h Display a help screen.</tt>
|
|
<br/><br/>
|
|
<tt class='indentedcode'> -i Start Retro in interactive mode.</tt>
|
|
<br/><br/>
|
|
<tt class='indentedcode'> -s Start Retro in interactive mode and supress the startup message.</tt>
|
|
<br/><br/>
|
|
<tt class='indentedcode'> -t Run any test blocks in the loaded files.</tt>
|
|
<br/><br/>
|
|
<tt class='indentedcode'> -f filename</tt>
|
|
Run any code blocks in the specified file.
|
|
<br/><br/>
|
|
<tt class='indentedcode'> -u filename</tt>
|
|
Load and use the specified image file rather than the integral
|
|
one.
|
|
<br/><br/>
|
|
<tt class='indentedcode'> -r filename</tt>
|
|
Load and run the code in the specified image file rather than
|
|
the integral one.
|
|
<br/><br/>
|
|
<tt class='indentedcode'> filename script-args</tt>
|
|
Run code blocks in a single file. Pass script-args to the code
|
|
being run.
|
|
<br/><br/>
|
|
AUTHORS
|
|
<tt class='indentedcode'> Charles Childers <crc@forthworks.com></tt>
|
|
<br/><br/>
|
|
OpenBSD 6.4 September 2019 OpenBSD 6.4
|
|
</p>
|
|
</body></html>
|