Show ASCII table: Difference between revisions

m
(K)
Line 3,947:
=={{header|K}}==
{{works with|ngn/k}}
<syntaxhighlight lang=K>` 0:"\n"/" "/'{-6#" ",($x)," ",`c$x}''32++6 16#!96
32 48 0 64 @ 80 P 96 ` 112 p
33 ! 49 1 65 A 81 Q 97 a 113 q
Line 3,964:
46 . 62 > 78 N 94 ^ 110 n 126 ~
47 / 63 ? 79 O 95 _ 111 o 127</syntaxhighlight>
 
=={{header|Kotlin}}==
{{trans|Go}}
6,962

edits