Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
|
|
@ -1 +1 @@
|
|||
writeln toHash w/a b c d/, [1, 2, 3, 4]
|
||||
writeln(hash fw/a b c d/, [1, 2, 3, 4])
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
val .new = foldfrom(
|
||||
f(.hash, .key, .value) more .hash, h{.key: .value},
|
||||
h{}, w/a b c d/, [1, 2, 3, 4],
|
||||
fn(.hash, .key, .value) more .hash, h{.key: .value},
|
||||
h{}, fw/a b c d/, [1, 2, 3, 4],
|
||||
)
|
||||
|
||||
writeln .new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue