!
Display
Write to console and return
Syntax: 0N!x
, ![0N;x]
Returns x
after printing its unformatted text representation to the console.
q)2+0N!3
3
5
Useful for debugging, or avoiding formatting that obscures the data’s structure.