upload
This commit is contained in:
53
lessons/nouns.lua
Normal file
53
lessons/nouns.lua
Normal file
@@ -0,0 +1,53 @@
|
||||
print([[
|
||||
|
||||
]] .. makeTextEffect(EFFECT.Bold,makeTextEffect(EFFECT.Italic,colorText(COLOR.LightGray,[[
|
||||
NOUNS]]))) .. colorTextBackground(COLOR.Gray,[[
|
||||
|
||||
MODIFYING NOUNS
|
||||
Nouns can be preceeded by a modifier to alter its meaning.]])
|
||||
)
|
||||
lessonPause()
|
||||
print(makeTextEffect(EFFECT.Bold,colorText(COLOR.HighYellow,[[
|
||||
|
||||
|
||||
Examples:]])) .. colorText(COLOR.Black,colorTextBackground(COLOR.HighYellow,[[
|
||||
|
||||
Fruit | shepa |
|
||||
Orange | lunyaton | (modifier & noun!)
|
||||
Orange fruit | lunyaton shepa |]])) .. [[
|
||||
|
||||
]]
|
||||
)
|
||||
lessonPause()
|
||||
print(colorTextBackground(COLOR.Gray,[[
|
||||
|
||||
PLURAL NOUNS
|
||||
Nouns can be made plural by using the suffix "-n".
|
||||
This signifies an ambiguous amount of noun, greater than one.]]) .. [[
|
||||
|
||||
]]
|
||||
)
|
||||
lessonPause()
|
||||
print(colorTextBackground(COLOR.Gray,[[
|
||||
|
||||
POSSESIVE RELATION
|
||||
Nouns can be modified by another noun or pronouns using the suffix "-la".
|
||||
This signifies a possesive from the first noun onto the second.
|
||||
|
||||
If the plural suffix is added to the possesive relation, it brings
|
||||
the sense that it is common of all instances.]])
|
||||
)
|
||||
lessonPause()
|
||||
print(makeTextEffect(EFFECT.Bold,colorText(COLOR.HighYellow,[[
|
||||
|
||||
|
||||
Examples:]])) .. colorText(COLOR.Black,colorTextBackground(COLOR.HighYellow,[[
|
||||
|
||||
Fruit | shepa
|
||||
Fruits | shepan
|
||||
Of the fruit | shepala
|
||||
Of the fruits | shepanla
|
||||
Of all instances of the fruit | shepalan
|
||||
Of all fruits | shepanlan]])) .. [[
|
||||
|
||||
]])
|
||||
Reference in New Issue
Block a user