Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -8,4 +8,4 @@ writeln .a1 == .a2
|
|||
writeln .a2 == .a3
|
||||
writeln .a3 == .a4
|
||||
writeln "numbers: ", join ", ", [.a1, .a2, .a3, .a4, .a5]
|
||||
writeln "letters: ", join ", ", [cp2s(.a1), cp2s(.a2), cp2s(.a3), cp2s(.a4), cp2s(.a5)]
|
||||
writeln "letters: ", join ", ", map cp2s, [.a1, .a2, .a3, .a4, .a5]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue