In examples provided by https://code.kx.com/q4m3/11_IO/#1113-serializing-and-deserializing-q-entities
I found that I can use \l
to load back a table, but cannot load back a list. Am I missing something, or does \l
only support loading back data of certain types?
table
`:/tmp/data/t set ([] c1:`a`b`c; c2:10 20 30)
get `:/tmp/data/t
\l /tmp/data/t / OK
list
`:/tmp/data/L set 10 20 30
get `:/tmp/data/L
\l /tmp/data/L / 'type