4 lines
81 B
Perl
4 lines
81 B
Perl
|
listensToMusic(X) :- happy(X).
|
||
|
playsAirGuitar(X) :- listensToMusic(X).
|
||
|
happy(a).
|