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