From 2e900dd0317299294f4cb27213be6f5b36d4b8b8 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 13 Jan 2016 16:35:48 +0100 Subject: Use argument mode indicators in Prolog problem descriptions --- prolog/problems/family_relations/descendant_2/en.py | 2 +- prolog/problems/family_relations/descendant_2/sl.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'prolog/problems/family_relations/descendant_2') diff --git a/prolog/problems/family_relations/descendant_2/en.py b/prolog/problems/family_relations/descendant_2/en.py index 2bd30af..aab3ba8 100644 --- a/prolog/problems/family_relations/descendant_2/en.py +++ b/prolog/problems/family_relations/descendant_2/en.py @@ -4,7 +4,7 @@ name = 'descendant/2' slug = 'the descendant relation' description = '''\ -

descendant(X, Y): X is a descendant (child, grandchild,...) of Y.

+

descendant(?X, ?Y): X is a descendant (child, grandchild, …) of Y.

 ?- descendant(patricia, X).
   X = william ;
diff --git a/prolog/problems/family_relations/descendant_2/sl.py b/prolog/problems/family_relations/descendant_2/sl.py
index 993b4bb..36231a1 100644
--- a/prolog/problems/family_relations/descendant_2/sl.py
+++ b/prolog/problems/family_relations/descendant_2/sl.py
@@ -4,7 +4,7 @@ name = 'descendant/2'
 slug = 'the descendant relation'
 
 description = '''\
-

descendant(X, Y): X is a descendant (child, grandchild,...) of Y.

+

descendant(?X, ?Y): X je potomec (otrok, vnuk, …) od Y.

 ?- descendant(patricia, X).
   X = william ;
-- 
cgit v1.2.1