6 lines
74 B
INI
6 lines
74 B
INI
?- mymap(key1, Y).
|
|
Y = value1.
|
|
|
|
?- mymap(X, value1).
|
|
X = key1 ;
|
|
X = key2.
|