Please help me debug this
- Subject: Please help me debug this
- From: Richard Fateman
- Date: Thu, 24 Jun 2010 22:44:40 -0700
for a start, note that s:[a,b,c]; delete(a,s) --> returns [b,c] BUT
DOES NOT CHANGE s.
I have not read beyond the first line of your program.
RJF