File:  [parser3project] / parser3 / tests / 281.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Oct 20 21:10:09 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4, release_3_4_3, HEAD
try_catch -> try-catch

@main[]

$h[ $.key[value] ]
^h.foreach[k;v]{ ^test[$h] }

@test[h]
non-blocking hash operations:

^h._count[]
$k[^h._keys[]]
$h2[^hash::create[$h]]
$b[^h.contains[key]]
^h.foreach[k;v]{$k=>$v}
^h._at(0)

blocking hash operations:

$h2[ $.k[v] ]
^try-catch{ ^h2.sub[$h] }
^try-catch{ $h.k[v] }
^try-catch{ ^h.delete[k] }

E-mail: