conlang-heonian/lessons/syntax.lua
UndeadMaelys 38fb2f7a51 lesson
2022-03-31 10:09:28 +02:00

23 lines
752 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.]])
)
lessonPause()
print(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 naomiminku
Did not know | parefakome
Orange Fruit | lunyaton shipa]])) .. [[
]])