Re: Cutting my teeth on "cut" (and other things...)
From: Emre Sevinc (emres_at_bilgi.edu.tr)
Date: 12/25/04
- Next message: Emre Sevinc: "How to stop infinite loop while doing basic I/O"
- Previous message: reader: "Re: Cutting my teeth on "cut" (and other things...)"
- In reply to: reader: "Re: Cutting my teeth on "cut" (and other things...)"
- Next in thread: Markus Triska: "Re: Cutting my teeth on "cut" (and other things...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Dec 2004 06:30:35 +0200
reader <no-spam@sonic.net> writes:
> Emre Sevinc wrote:
> ?- split([],[123],[-456]).
> Yes
>
> ?- split([],[-123],[456]).
> Yes
Ooops! Yes, that seems problematic, split must be
split([], [], []).
Thank you for drawing my attention to the mistake.
I think (hope) this doesn't affect the rest of the
message (cuts, etc.).
-- Emre Sevinc eMBA Software Developer Actively engaged in: http:www.bilgi.edu.tr http://ileriseviye.org http://www.bilgi.edu.tr http://fazlamesai.net Cognitive Science Student http://cazci.com http://www.cogsci.boun.edu.tr
- Next message: Emre Sevinc: "How to stop infinite loop while doing basic I/O"
- Previous message: reader: "Re: Cutting my teeth on "cut" (and other things...)"
- In reply to: reader: "Re: Cutting my teeth on "cut" (and other things...)"
- Next in thread: Markus Triska: "Re: Cutting my teeth on "cut" (and other things...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|