

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

var s = "Hello World"
s /= 2

