mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
document function
This commit is contained in:
parent
c310d0506d
commit
b5e037f287
|
|
@ -312,6 +312,7 @@ have the latest asdf, and this file has a workaround for this.
|
|||
(cl:write (cl:eval (read-from-string arg))))
|
||||
|
||||
(defun script (cmd arg &rest rest)
|
||||
"load and evaluate the script"
|
||||
(setf *argv* rest)
|
||||
(flet ((body (in)
|
||||
(let ((line(read-line in)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue