|
|
| version 1.2, 2013/10/20 21:10:09 | version 1.3, 2016/07/04 17:26:49 |
|---|---|
| Line 13 $b[^h.contains[key]] | Line 13 $b[^h.contains[key]] |
| ^h.foreach[k;v]{$k=>$v} | ^h.foreach[k;v]{$k=>$v} |
| ^h._at(0) | ^h._at(0) |
| blocking hash operations: | hash no longer hash blocking operations: |
| $h.k[v] | |
| $h.k2[v2] | |
| ^json:string[$h] | |
| $h2[ $.k[v] ] | $h2[ $.k[v] ] |
| ^try-catch{ ^h2.sub[$h] } | ^h.sub[$h2] |
| ^try-catch{ $h.k[v] } | ^json:string[$h] |
| ^try-catch{ ^h.delete[k] } | |
| ^h.delete[k2] | |
| ^json:string[$h] |