Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Show-ASCII-table/Arturo/show-ascii-table.arturo
Normal file
10
Task/Show-ASCII-table/Arturo/show-ascii-table.arturo
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
loop 32..127 'num [
|
||||
k: ø
|
||||
case [num]
|
||||
when? [=32] -> k: "␠"
|
||||
when? [=127] -> k: "␡"
|
||||
else -> k: to :string to :char num
|
||||
|
||||
prints pad ~"|num|: |k|" 10
|
||||
if 1 = num%6 -> print ""
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue