lesson
This commit is contained in:
@@ -8,8 +8,10 @@ print([[
|
||||
|
||||
1st Person | re | me
|
||||
2nd Person | ba | you
|
||||
3rd Person | i.ma | they
|
||||
]] .. colorTextBackground(COLOR.Gray,[[
|
||||
3rd Person | i.ma | they]]
|
||||
)
|
||||
lessonPause()
|
||||
print(colorTextBackground(COLOR.Gray,[[
|
||||
|
||||
DUAL FORM
|
||||
You can combine two singular forms to make for a dual form.
|
||||
@@ -22,7 +24,10 @@ print([[
|
||||
2nd Person Dual | ba.ba | you two
|
||||
| ba.ma | emphasizes someone else (not present or unknown)
|
||||
3rd Person Dual | i.ma.ma |
|
||||
]] .. colorTextBackground(COLOR.Gray,[[
|
||||
]]
|
||||
)
|
||||
lessonPause()
|
||||
print(colorTextBackground(COLOR.Gray,[[
|
||||
|
||||
OTHER PLURAL FORMS
|
||||
To make other plural forms, you combine singular forms and
|
||||
@@ -39,7 +44,10 @@ print([[
|
||||
3rd Person Plural | i.man | ambiguous
|
||||
| i.ma.man | emphasizes (not present or unknown)
|
||||
Other | re.ba.man | "me, you, everyone else"
|
||||
]] .. colorTextBackground(COLOR.Gray,[[
|
||||
]]
|
||||
)
|
||||
lessonPause()
|
||||
print(colorTextBackground(COLOR.Gray,[[
|
||||
|
||||
FORMAL FORMS
|
||||
Formal pronouns are used in formal situations. They are formed as following:
|
||||
|
||||
Reference in New Issue
Block a user