!7 cmodule BigInputWithSingleSection > DynBigInputAndSections { @Override void makeSections_impl { addAndValidate(stack, jSection("Character count", jlabel(l_str(text)))); if (odd(l(text)) addAndValidate(stack, jSection("Odd", jlabel("Yes"))); } }