

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

"Hello World" * 2

