Files
Chloride/tests/class_method.ar

5 lines
114 B
Plaintext

string.cool(self) = do
term.log(self, self.length)
return 10
'hello world'.cool()
string.cool('goodbye world')