!7 static JFrame frame; p { bot("Show Item Page."); } static bool showItemPage(S _word) { fS word = trim(_word); if (empty(word)) false; swing { frame = showFrame(frame, jcenteredtextpane(word, style_bold(style_fontSize(24)))); } true; } answer { if (showItemPage($1)) ret "OK"; }