File: tinyscheme.1

package info (click to toggle)
tinyscheme 1.41.svn.2016.03.21-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 504 kB
  • ctags: 1,048
  • sloc: ansic: 9,195; lisp: 542; makefile: 59
file content (25 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH "tinyscheme" "1" "" ""
.SH NAME
.PP
tinyscheme \(em a tiny Scheme implementation
.SH SYNOPSIS
.PP
\fBtinyscheme\fP [ \-? ] 
.br
\fBtinyscheme\fP \fIfile\fP [ \fIfile2\fP .\|.\|. ] 
.br
\fBtinyscheme\fP \-1 \fIfile\fP [ \fIargs\fP .\|.\|. ]
.SH OPTIONS
.PP
Without options, \fBtinyscheme\fP enters a read-eval-print loop.
.RS 3
.TP
\&\fC\-?\fP
Show a usage message.
.TP
\&\fC\-1\fP
Run a script with arguments.
.RE
.SH AUTHOR
.PP
This manual page was written for the Debian distribution by Panu Kalliokoski.