mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-05 08:37:49 -04:00
example.lsp: ARGV to *argv*
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
(catch 'fail
|
(catch 'fail
|
||||||
(if (< (length ARGV) 2)
|
(if (< (length *argv*) 2)
|
||||||
(progn
|
(progn
|
||||||
(format (error-output) "Usage: ~A ~A USERNAME@DOMAIN PASSWORD~%" *executable-name* *program-name*)
|
(format (error-output) "Usage: ~A ~A USERNAME@DOMAIN PASSWORD~%" *executable-name* *program-name*)
|
||||||
(throw 'fail nil)))
|
(throw 'fail nil)))
|
||||||
|
|||||||
Reference in New Issue
Block a user