Translations:Manual:Introduction/52/ar-EG

From Mudlet
Revision as of 01:05, 13 January 2022 by WikiSysop (talk | contribs) (Updating translation from gettext import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To concatenate strings together, you can use the .. expression:

my_full_name = "Bob" .. " the Builder"