2019-03-29 19:46:22 +01:00
|
|
|
.Dd March 2019
|
2019-01-22 15:29:51 +01:00
|
|
|
.Dt RETRO 1
|
|
|
|
.Os
|
|
|
|
.Sh RETRO
|
|
|
|
.Nm retro
|
|
|
|
.Nd "a modern, pragmatic forth development system"
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2019-01-22 19:05:02 +01:00
|
|
|
.Op Fl h
|
|
|
|
.Op Fl i
|
2019-05-02 21:31:41 +02:00
|
|
|
.Op Fl i,fs
|
2019-01-22 19:05:02 +01:00
|
|
|
.Op Fl t
|
|
|
|
.Op Fl f Ar filename
|
|
|
|
.Op Fl u Ar filename
|
|
|
|
.Op Ar filename Ar script-args
|
2019-01-22 15:29:51 +01:00
|
|
|
.Sh DESCRIPTION
|
2019-01-22 19:05:02 +01:00
|
|
|
RETRO is a modern, pragmatic Forth drawing influences from many sources.
|
|
|
|
It's clean, elegant, tiny, and easy to grasp and adapt to various uses.
|
2019-01-22 15:29:51 +01:00
|
|
|
|
|
|
|
.Nm
|
2019-01-22 19:05:02 +01:00
|
|
|
is the main interface for interacting with Retro. It provides both
|
|
|
|
an interactive and a scripting model.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width -indent
|
2019-03-03 19:02:12 +01:00
|
|
|
.It Fl h
|
|
|
|
Display a help screen
|
|
|
|
.It Fl i
|
|
|
|
Start Retro in interactive mode
|
2019-03-29 19:46:22 +01:00
|
|
|
.It Fl i,fs
|
|
|
|
Start Retro in interactive mode (fullscreen)
|
2019-03-03 19:02:12 +01:00
|
|
|
.It Fl t
|
|
|
|
Run any test blocks in the loaded files
|
|
|
|
.It Fl f Ar filename
|
|
|
|
Run any code blocks in the specified file
|
2019-04-02 22:25:21 +02:00
|
|
|
.It Fl u Ar filename
|
|
|
|
Load and use the specified image file rather than the integral one
|
2019-03-03 19:02:12 +01:00
|
|
|
.It filename script-args
|
|
|
|
Run code blocks in a single file. Pass script-args to the code being run.
|
2019-01-22 19:05:02 +01:00
|
|
|
.El
|
2019-01-22 15:29:51 +01:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Charles Childers Aq Mt crc@forthworks.com
|