

def string::`/=`(double d) { this = "${ths}i=/${d}"; return this; }

var s = "Hello World"
s /= 2

