3 lines
60 B
Prolog
3 lines
60 B
Prolog
|
|
assert( mymap(key1,value1) ).
|
||
|
|
assert( mymap(key2,value1) ).
|