7 lines
77 B
ChaiScript
7 lines
77 B
ChaiScript
|
|
|
|
def string::`*`(double d) { return "${this} * ${d}"; }
|
|
|
|
"Hello World" * 2
|
|
|