lib.c (config_set_var_n): Return a pointer even if we don't change the var.
[runlisp] / bench / t.lisp
CommitLineData
e29834b8
MW
1#! /usr/bin/runlisp
2
3(format t "Hello from ~A!~%~
4 Script = `~A'~%~
5 Arguments = (~{`~A'~^, ~})~%"
6 (lisp-implementation-type)
7 (uiop:argv0)
8 uiop:*command-line-arguments*)