Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
d = new dict[[[1, "one"], [2, "two"]]]
|
||||
for [key, value] = d
|
||||
println["$key\t$value"]
|
||||
|
||||
println[]
|
||||
for key = keys[d]
|
||||
println["$key"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue