

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

"Hello World" * 2

