ChaiScript/unittests/operator_overload4.chai
2015-10-01 09:39:03 -06:00

7 lines
77 B
ChaiScript

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