⇦ Back to Janet API Survey

*args* (keyword)

*args* is bound to the keyword :args—it provides a global alias to the dynamic binding containing the process’s command line arguments.

repl> (root-env '*args*)
@{:doc "Dynamic bindings that will contain command line arguments at program start."
  :dyn true
  :source-map ("boot.janet" 4534 1)
  :value :args}

Things I Learned

Created: