========================== All Prolog Programs ========================== .. note :: All of these programs were used in the tutorial documentation. This page is a quick way to access the basic features of prolog for when they are needed. Hello World ============== .. literalinclude:: hello_world.pl :language: prolog Knowledge Base 1 ==================== .. literalinclude:: kb1.pl :language: prolog Knowledge Base 2 ==================== .. literalinclude:: kb2.pl :language: prolog Knowledge Base 3 ==================== .. literalinclude:: kb3.pl :language: prolog Family Tree ==================== .. literalinclude:: family.pl :language: prolog Loops ==================== .. literalinclude:: loop.pl :language: prolog .. literalinclude:: loop2.pl :language: prolog Disjunction ==================== .. literalinclude:: disjunction.pl :language: prolog If Else ==================== .. literalinclude:: if_else.pl :language: prolog