|
|
| version 1.1, 2012/06/13 22:53:47 | 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] } | |
| @try_catch[code] | ^h.delete[k2] |
| ^try{ | ^json:string[$h] |
| $code | |
| }{ | |
| $exception.handled(true) | |
| $result[Exception: $exception.source - $exception.comment] | |
| } |