44 lines
1.0 KiB
XML
44 lines
1.0 KiB
XML
#
|
|
# Lua Lessons for GNU Typist
|
|
#
|
|
|
|
*:LUA_MENU
|
|
B:Lua Lessons
|
|
M: "Lua Lessons"
|
|
:LUA_RESERVED_WORDS "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
|
|
:3: in local nil not or repeat
|
|
:4: return 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
|
|
|
|
I:Lua Reserved Words 3
|
|
D:in in in in local local local local nil nil nil nil
|
|
:not not not not or or or or repeat repeat repeat repeat
|
|
|
|
I:Lua Reserved Words 4
|
|
D:return return return return 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
|
|
|