###############################################
# FILE: sentences.pat
# SUBJ: comment
# AUTH: David de Hilster
# CREATED: 22/Apr/20 18:24:07
# MODIFIED:
###############################################

@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)]        ### (1)
  _xWILD [one match=(_endSent _BLANKLINE _xEND)]  ### (2)
  @@