Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Show-ASCII-table/Frink/show-ascii-table.frink
Normal file
6
Task/Show-ASCII-table/Frink/show-ascii-table.frink
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
a = ["32 Space"]
|
||||
for i = 33 to 126
|
||||
a.push["$i " + char[i]]
|
||||
a.push["127 Delete"]
|
||||
|
||||
println[formatTableBoxed[columnize[a,8].transpose[], "left"]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue