Difference between revisions of "Translations:Manual:Introduction/63/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
Should you want to include double quotes, use a double set of square brackets like this: | Should you want to include double quotes, use a double set of square brackets like this: | ||
− | <syntaxhighlight lang="lua">send([[ | + | <syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</syntaxhighlight> |
Latest revision as of 21:20, 31 July 2018
Should you want to include double quotes, use a double set of square brackets like this:
send([[say "Hi, I'm new here!"]])