- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Monadic argv
Rеturns a dictionary with the command line arguments.
Syntax: argv[]
; argv[`raw]
; argv `raw
o)argv[]
__bin__ | "./tachyon"
__scheds__ | "4"
__filenames__| "[repl]"
o)argv `raw
"./tachyon -c 4 -f repl"
o)