- Introduction
- Platform
- Tutorial
- FAQ
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
get
Reads AST value from a file specified in x
as a symbol.
Syntax: get x; get[x]
o)t:+`a`s`d!(1 2 3;4 5 6;7 8 9)
a s d
-----
1 4 7
2 5 8
3 6 9
o)`:db/ set t
`:db/t
o)get `:db/
a s d
-----
1 4 7
2 5 8
3 6 9
o)