Adding information about string.join alias
(cat) |
(Adding information about string.join alias) |
||
| Line 23: | Line 23: | ||
<big>'''Result'''</big> | <big>'''Result'''</big> | ||
HE/LL/O | HE/LL/O | ||
== Notes == | |||
In patch 3.1, string.join is an alias for strjoin (they point to the same function). | |||