5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
string.cool(self) = do
|
|
term.log(self, self.length)
|
|
return 10
|
|
'hello world'.cool()
|
|
string.cool('goodbye world') |