!7 cmodule LiveCompressor { S input, output; visual vstackWithSpacing( dm_textFieldWithSection input(), dm_textFieldWithSection output()); start { dm_onFieldChangeAndNow input(r calc); } void calc { }