<section class="subsection" id="negation"> <header>Negation</header> <?php proposal(); ?> <p>In order to negate the meaning of a verb, one places the word <?php echo(mark("nit", ["type_word", "lang_flk"])); ?> after the verb. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se nit."], "eng" => ["They don't see."]])); ?></p> <p>If the verb takes a direct object it is allowed to place the object before the <?php echo(mark("nit", ["type_word", "lang_flk"])); ?>. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se us nit."], "eng" => ["They don't see us."]])); ?></p> <p>Negations can also be expressed implicitly by using negative correlatives. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se ing tid."], "eng" => ["They never see."]])); ?></p> <p>Doubled negations (both explicit and implicit ones) cancel each other out. Example: <?php echo(format_correlation("type_sentence")(["flk" => ["Di se nit ing tid."], "eng" => ["They never don't see.", "They always see."]])); ?></p> </section>