

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

"Hello World" * 2

