Difference between revisions of "Translations:Manual:Introduction/149/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
-- incorrect: | -- incorrect: | ||
− | tempTimer(1, [[ | + | tempTimer(1, [[ echo("hello!\n") ]]) |
− | tempTimer(1, [[ | + | tempTimer(1, [[ echo("how are you?\n") ]]) |
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 23:30, 14 June 2020
-- incorrect:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(1, [[ echo("how are you?\n") ]])