Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Show-ASCII-table/11l/show-ascii-table.11l
Normal file
11
Task/Show-ASCII-table/11l/show-ascii-table.11l
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
L(i) 16
|
||||
L(j) (32 + i .. 127).step(16)
|
||||
String k
|
||||
I j == 32
|
||||
k = ‘Spc’
|
||||
E I j == 127
|
||||
k = ‘Del’
|
||||
E
|
||||
k = Char(code' j)
|
||||
print(‘#3 : #<3’.format(j, k), end' ‘’)
|
||||
print()
|
||||
Loading…
Add table
Add a link
Reference in a new issue