Difference between revisions of "Translations:Manual:Introduction/151/zh-CN"
Jump to navigation
Jump to search
(Updating translation from gettext import) |
(Updating translation from gettext import) |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
− | -- | + | -- 正确的: |
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 01:02, 16 December 2021
-- 正确的:
tempTimer(1, [[ echo("hello!\n") ]])
tempTimer(2, [[ echo("how are you?\n") ]])