| Allegro CL version 10.1 This page is new in 10.1. |
This variable is bound to the name of the script file being run when Allegro CL is being executed by a UNIX script file.
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-2017, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2017.2.15.
| Allegro CL version 10.1 This page is new in 10.1. |