Difference between revisions of "Translations:Manual:Introduction/64/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: | ||
When inserting a variable, you'd use the ]] and [[ appropriately: | When inserting a variable, you'd use the ]] and [[ appropriately: | ||
− | <syntaxhighlight lang="lua">send([[ | + | <syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight> |
− |
Latest revision as of 21:20, 31 July 2018
When inserting a variable, you'd use the ]] and [[ appropriately:
send([[poke ]]..victim)