@NODES _prose _enumerateBlock _colonBlock
@POST
S("con") = MakeCountConPad(G("sentences"),"sentence",3);
addstrval(S("con"),"text",N("$text",1));
single();
@RULES
_sentence <-
_xWILD [fail=(_endSent _BLANKLINE)]
_xWILD [one match=(_endSent _BLANKLINE _xEND)]
@@