Text Format

Instructions

Control Instructions

The label identifier on a structured control instruction may optionally be repeated after the corresponding end, else, catch, catch_all, and delegate pseudo instructions, to indicate the matching delimiters.

blockinstrI::=|try  I:labelI  bt:blocktype  (in1:instrI)  (catch  id1?  x:tagidxI  (in2:instrI))  (catch_all  id1?  (in3:instrI))?  end  id2?try bt in1 (catch x in2) (catch_all in3)? end(ifid1?=ϵid1?=label,id2?=ϵid2?=label)|try  I:labelI  bt:blocktype  (in1:instrI)  delegate  l:labelidxI  l:labelidxItry bt in1 delegate l  (ifid?=ϵid?=label)plaininstrI::=|rethrow  l:labelidxIrethrow l