Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは基本的なことだと思いますが、クリンゴのルールの本体にリテラルをどのように分離しますか? 私は試した
p3 :- p1 ; p2.しかし、それは機能せず、の答えを想定しています
p3 :- p1 ; p2.
p3 :- p1 , p2.
ありがとう。