Translations:Manual:Introduction/68/ar

From Mudlet
Jump to navigation Jump to search

If you’d like to include variables in your echo, you concatenate (put together) the value of your variable to the text:

my_gold = 5
echo("I have " .. my_gold .. " pieces of gold!\n")