File: rules.txt

package info (click to toggle)
whitedb 0.7.3%2Bgit200711-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,340 kB
  • sloc: ansic: 33,250; javascript: 3,299; python: 790; lex: 359; java: 277; makefile: 192; sh: 164; yacc: 138; sed: 41
file content (20 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%aasas
k(a).
r(X) :- k(X).
-r(a).

%m(X,Y) :- m(Y,X).
%m(Y,X) :- r(X,Y).

r(X,Y) :- b(X,Y,a), b(Y,X,c).

% #command(me,keepaway) :- #attachedTo(X,fragile).
% #attachedTo(X,fragile) :- #attachedTo(X,glass).

% ----------

%playsound(me,"0") :- velocity(me,X).
%#command(me,clean) :- "found-tag"(me,tag1). 
%#command(me,clean) :- #attachedTo(X,fragile).

% ---------------