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, [[echo("hello!\n") ]]) | + | tempTimer(1, [[ echo("hello!\n") ]]) |
− | tempTimer(2, [[echo("how are you?\n") ]]) | + | tempTimer(2, [[ echo("how are you?\n") ]]) |
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 23:30, 14 June 2020
-- correct:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])