Format and display at the console.

Syntax: show x, show[x]

Formats x and writes it to the console; returns the identity function (::).

q)a:show til 5
0 1 2 3 4
q)a~(::)
1b