- 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 readln
Reads a line from x
fd.
Syntax: readln <x>
; readln[<x>]
o)s:readln[0];
1 2
o)s
"1 2"
o)