~ubuntu-branches/debian/sid/picolisp/sid

« back to all changes in this revision

Viewing changes to man/man1/picolisp.1

  • Committer: Package Import Robot
  • Author(s): Kan-Ru Chen
  • Date: 2011-11-13 17:15:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20111113171544-04gkr7r0lzmngt0u
Tags: 3.0.8.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" 15apr11abu
 
1
.\" 05nov11abu
2
2
.\"
3
3
.TH PICOLISP 1 "" "" "User Commands"
4
4
.SH NAME
51
51
and then immediately exit the interpreter would be:
52
52
.P
53
53
.RS
54
 
pil -version -bye
 
54
$ pil -version -bye
55
55
.RE
56
56
.P
57
57
Any other argument (not starting with a hyphen) should be the name of a file to
70
70
line arguments. A minimal interactive session is started with:
71
71
.P
72
72
.RS
73
 
pil +
74
 
.RE
75
 
.P
76
 
The interpreter can be terminated by typing Ctrl-D or (bye).
 
73
$ pil +
 
74
.RE
 
75
.P
 
76
Here you can access the reference manual
 
77
.P
 
78
.RS
 
79
: (doc)
 
80
.RE
 
81
.P
 
82
and the online documentation for most functions,
 
83
.P
 
84
.RS
 
85
: (doc 'vi)
 
86
.RE
 
87
.P
 
88
or directly inspect their sources:
 
89
.P
 
90
.RS
 
91
: (vi 'doc)
 
92
.RE
 
93
.P
 
94
The interpreter can be terminated with
 
95
.P
 
96
.RS
 
97
: (bye)
 
98
.RE
 
99
.P
 
100
or by typing Ctrl-D.
77
101
.SH FILES
78
102
Runtime files are maintained in the ~/.pil directory:
79
103
.IP ~/.pil/tmp/<pid>/