!7 cmodule BigInput { S text; switchable int fontSize = 40; visualize { ret setFontSize(fontSize, dm_textArea('text)); } }