

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

"Hello World" * 2

