|
|
| version 1.2, 2009/06/16 22:35:38 | version 1.3, 2010/07/03 07:09:55 |
|---|---|
| Line 11 $h[^hash::create[]] | Line 11 $h[^hash::create[]] |
| $h2[^copy[$h]] | $h2[^copy[$h]] |
| ^print[$h2] | ^print[$h2] |
| @copy[h][k;v] | @copy[h][k;v] |
| $result[^hash::create[]] | $result[^hash::create[]] |
| ^h.foreach[k;]{ | ^h.foreach[k;]{ |
| $result.[$k][$.id[$k]] | $result.[$k][$.id[$k]] |
| } | } |
| @print[h;field][t] | @print[h;field][t] |
| $t[^h._keys[]] | $t[^h._keys[]] |
| ^t.sort{$t.key} | ^t.sort{$t.key} |