Canada: 5th season starts Friday

Sep 10, 2001, 12:39 PM ET1 post by 1 posteralt.tv.daria
1 post
Michael Van Biesbrouckalt.tv.daria

Is It Fall Yet repeated on Monday. On Friday at 20:30 Fizz Ed is on, to repeat at 0:30. These times and dates are EST on YTV.

(*Michael Van Biesbrouck/MMath UW*) r([k,X,_|T],[X|T]). r([s,F,G,X|T],[F,X,[G,X]|T]). r([L|T],S):-a(L,[],R),a(R,T,S). r(X,Y):-v(X,Y). v([X|T],[Y|T]):-r(X,Y). v([[X]|T],[X|T]). v([X|T],[X|U]):-v(T,U). a([],L,L). a([X|T],L,[X|S]):-a(T,L,S). n(X,Z):-r(X,Y),!,n(Y,Z). n(X,X):-not r(X,_).