Difference between revisions of "Translations:Manual:Introduction/151/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: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
-- correct: | -- correct: | ||
− | tempTimer(1, [[ | + | tempTimer(1, [[echo("hello!\n") ]]) |
− | tempTimer(2, [[ | + | tempTimer(2, [[echo("how are you?\n") ]]) |
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 21:20, 31 July 2018
-- correct:
tempTimer(1, [[echo("hello!\n") ]])
tempTimer(2, [[echo("how are you?\n") ]])