val s = "1 + 1;" fun two(): Int = js(s) fun three(): Int = js("1" + "+ 2;")