print([[ ]] .. makeTextEffect(EFFECT.Bold,makeTextEffect(EFFECT.Italic,colorText(COLOR.LightGray,[[ VERBS]]))) .. colorTextBackground(COLOR.Gray,[[ MODIFYING VERBS Verbs can be preceeded by a modifier to alter its meaning.]]) .. makeTextEffect(EFFECT.Bold,colorText(COLOR.HighYellow,[[ Examples:]])) .. colorText(COLOR.Black,colorTextBackground(COLOR.HighYellow,[[ Warm | gadala To hug | bapaku To warmly hug | gadala bapaku]])) ) lessonPause() print(colorTextBackground(COLOR.Gray,[[ CONJUGATING VERBS Verbs can be conjugated to further specify negation, tense, mood and future. All of these categories can be combined]]) ) lessonPause() print(colorTextBackground(COLOR.Gray,[[ 1. Negation - To negate the verb, add the infix between the verbal root and the verbal suffix 2. Tense (choose one, or infinitive) - Infinitive: by default - Present: Replace the verb suffix with - Past: Replace the verb suffix with 3. Mood - Feel: add the suffix - Command: add the suffix - Unsure/Shy: add the suffix - Question: add the suffix - Relaxed/familiarity: add the suffix - Excitement: add the suffix 4. Future - Use the prefix ]]) ) lessonPause() print(makeTextEffect(EFFECT.Bold,colorText(COLOR.HighYellow,[[ Examples:]])) .. colorText(COLOR.Black,colorTextBackground(COLOR.HighYellow,[[ To kiss | muku | infinitive To not kiss | mufaku | infinitive negation Kissing | mukanya | present Not kissing | mufakanya | present negation Will be kissing | wemukanya | future present Won't be kissing | wemukanya | future present negation Have kissed | mukome | past Have not kissed | mukome | past negation Will have kissed | wemukome | future past Won't have kissed | wemukome | future past negation Want to kiss | mukupash | longing Don't want to kiss | mufakupash | longing negation Do kiss | mukudash | imperating Don't kiss | mufakudash | imperating negation]])) )