22 lines
742 B
Lua
22 lines
742 B
Lua
print([[
|
|
|
|
]] .. makeTextEffect(EFFECT.Bold,makeTextEffect(EFFECT.Italic,colorText(COLOR.LightGray,[[
|
|
SYNTAXIS]]))) .. colorTextBackground(COLOR.Gray,[[
|
|
|
|
1. The basic sentence structure is SOV (Subject - Object - Verb)
|
|
2. Subject is followed by the marker "chu"
|
|
3. Markers follow the constituents they target.
|
|
4. Modifiers precede the constituents they target.]]) .. [[
|
|
|
|
]] .. makeTextEffect(EFFECT.Bold,colorText(COLOR.HighYellow,[[
|
|
|
|
Examples:]])) .. colorText(COLOR.Black,colorTextBackground(COLOR.HighYellow,[[
|
|
|
|
I want to kiss you | re chu ba mukanyapash yu
|
|
They laughed | baman chu wiwikome
|
|
To dream dragons | daka shamiminku
|
|
Did not know | parefakome
|
|
Orange Fruit | lunyaton shipa]])) .. [[
|
|
|
|
]])
|