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