picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 0ee4fe7178856a3142ab235b9aca5c7d02fdeb37
parent 868c815e6330916ace159792f60e969257d6a8a5
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  5 May 2011 13:15:04 +0200

Global vs. local invocation
Diffstat:
Mdoc/ref.html | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/doc/ref.html b/doc/ref.html @@ -587,14 +587,11 @@ $ ./dbg myProject.l -main <p>or <pre><code> -$ pil myProject.l -main + +$ ./pil myProject.l -main + </code></pre> -if PicoLisp is globally installed in "/usr/bin/" and "/usr/lib/" as recommended -in the INSTALL file. - -<p>In any case, the directory part of the first file name supplied on the -command line (normally, the path to "lib.l") is remembered internally as the +<p>In any case, the directory part of the first file name supplied (normally, +the path to "lib.l" as called by 'pil' or 'dbg') is remembered internally as the <i>PicoLisp Home Directory</i>. This path is later automatically substituted for any leading "<code>@</code>" character in file name arguments to I/O functions (see <code><a href="refP.html#path">path</a></code>).