53 lines
1.1 KiB
XML
53 lines
1.1 KiB
XML
*:LUA_MENU
|
|
B:Lua
|
|
|
|
M: UP=MENU "Lua"
|
|
:LUA_RESERVED_WORDS "Lua Reserved Words"
|
|
|
|
*:LUA_RESERVED_WORDS
|
|
B:Lua Reserved Words
|
|
|
|
T: Lua Reserved Words
|
|
:
|
|
: 1: and break do else elseif end
|
|
: 2: false for function goto if in
|
|
: 3: local nil not or repeat return
|
|
: 4: then true until while
|
|
:
|
|
: 22 words
|
|
|
|
I:Lua Reserved Words 1
|
|
D:and and and and
|
|
:break break break break
|
|
:do do do do
|
|
:else else else else
|
|
:elseif elseif elseif elseif
|
|
:end end end end
|
|
|
|
I:Lua Reserved Words 2
|
|
D:false false false false
|
|
:for for for for
|
|
:function function function function
|
|
:goto goto goto goto
|
|
:if if if if
|
|
:in in in in
|
|
|
|
I:Lua Reserved Words 3
|
|
D:local local local local
|
|
:nil nil nil nil
|
|
:not not not not
|
|
:or or or or
|
|
:repeat repeat repeat repeat
|
|
:return return return return
|
|
|
|
I:Lua Reserved Words 4
|
|
D:then then then then
|
|
:true true true true
|
|
:until until until until
|
|
:while while while while
|
|
|
|
Q:Repeat this lesson [Y/N] ?
|
|
N:LUA_MENU
|
|
G:LUA_RESERVED_WORDS
|
|
|