0

The normal prompt is q), what is the meaning of q.Q)?

I think I got stuck in this after pressing Ctrl-C while a query is running.

kgf3JfUtW
  • 13,702
  • 10
  • 57
  • 80

1 Answers1

3

It means you've interrupted execution inside one of the .Q functions, see https://code.kx.com/q/ref/#q

You can usually return to the normal prompt by changing namespace back to the default namespace

\d .
terrylynch
  • 11,844
  • 13
  • 21