

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

var s = "Hello World" = "${this}/=${d}"; return this; }

var s = "Hello World"
s /= 2

s /= 2

