JanetDocsPlaygroundI'm feeling luckyGitHub sign in
# use (dyn :args) to get the value of dynamic binding *args* (let [args (dyn :args)] (if (= "-h" (get args 1)) (print "Usage: janet args.janet [-h] ARGS..") (printf "command line arguments:\n %q" args)))