mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 22:17:34 +02:00
Adding -x to the manual.
This commit is contained in:
parent
f5a72fcec4
commit
fe9d572406
1 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,9 @@ chibi-scheme \- a tiny Scheme interpreter
|
||||||
[-m
|
[-m
|
||||||
.I module
|
.I module
|
||||||
]
|
]
|
||||||
|
[-x
|
||||||
|
.I module
|
||||||
|
]
|
||||||
[-l
|
[-l
|
||||||
.I file
|
.I file
|
||||||
]
|
]
|
||||||
|
@ -99,6 +102,8 @@ Appends
|
||||||
to the load path list.
|
to the load path list.
|
||||||
.TP
|
.TP
|
||||||
.BI -m module
|
.BI -m module
|
||||||
|
.TP
|
||||||
|
.BI -x module
|
||||||
Imports
|
Imports
|
||||||
.I module
|
.I module
|
||||||
as though "(import
|
as though "(import
|
||||||
|
@ -108,6 +113,11 @@ escapes, modules are written in a dot notation, so that the module
|
||||||
.I (foo bar)
|
.I (foo bar)
|
||||||
is written as
|
is written as
|
||||||
.I foo.bar
|
.I foo.bar
|
||||||
|
If the
|
||||||
|
.BI -x
|
||||||
|
version is used, then
|
||||||
|
.I module
|
||||||
|
replaces the current environment instead of being added to it.
|
||||||
.TP
|
.TP
|
||||||
.BI -l file
|
.BI -l file
|
||||||
Loads the Scheme source from the file
|
Loads the Scheme source from the file
|
||||||
|
|
Loading…
Add table
Reference in a new issue