VariablePackage: exclToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
This page is new in 10.1.

*script-name*

This variable is bound to the name of the script file being run when Allegro CL is being executed by the #! mechanism.

For example, consider this script file test.cl:

#! /fi/cl/bin/mlisp -#T
(format t "-#T ~a~%" *script-name*)

Here is that script being run:

% ./test.cl
-#T ./test.cl
% 

See Starting on UNIX using a shell script in startup.htm for more information on running Lisp using a script on Unix.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
This page is new in 10.1.