3 lines
146 B
Text
3 lines
146 B
Text
(tree-case *args*
|
|
((a b c) (put-line "got three args, thanks!"))
|
|
(else (put-line `usage: @(ldiff *full-args* *args*) <arg1> <arg2> <arg3>`)))
|