Jump to content

Show ASCII table: Difference between revisions

Line 4,136:
for .j = 31 + .i ; .j < 128 ; .j += 16 {
val .L = switch(.j; 32: "spc"; 127: "del"; cp2s .j)
write $"\{{.j:3}} : \{{.L:-4}}"
}
writeln()
}
}</syntaxhighlight>
 
{{out}}
990

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.