!7 p { bot("Show Item Page."); } svoid showItemPage(S word) { word = trim(word); if (empty(word)) ret; showFrame(jcenteredtextpane(word, style_bold(style_fontSize(24)))); } answer { if "show item *" { showItemPage($1); ret "OK"; } }