4 lines
83 B
Prolog
4 lines
83 B
Prolog
?- forall( mymap(Key,Value), writeln( [Key,Value]) ).
|
|
|
|
[key1,value1]
|
|
[key2,value1]
|