cprint InputTypeDetector { S input = "a => b", output; concept Example { S input, type; } visual jvsplit(jhsplit(dm_textAreaAsSection input(), dm_textAreaAsSection output()), super); start { dm_onFieldChangeAndNow input(r calc); } void calc { } }