Path: utzoo!attcan!uunet!cs.utexas.edu!usc!ucsd!nosc!chip!ncr-sd!booboo!martins
From: martins@booboo.SanDiego.NCR.COM (Martin Sandman)
Newsgroups: comp.lang.prolog
Subject: What does an apostrophe do?
Message-ID: <1652@ncr-sd.SanDiego.NCR.COM>
Date: 19 Aug 89 15:51:54 GMT
Sender: news@ncr-sd.SanDiego.NCR.COM
Reply-To: martins@booboo.SanDiego.NCR.COM (Martin Sandman)
Distribution: comp.lang.prolog
Organization: NCR Corporation, Rancho Bernardo
Lines: 18

A Prolog SEND MORE MONEY program was posted here sometime ago.
I am trying to port it to UNSW Prolog.  I don't know what flavor
of Prolog the original is but an apostrophe is used as follows:
     plus(x',y,z'):-
       plus-one(x,x'),
       plus(x,y,z),
       plus-one(z,z').
What does the apostrophe mean?  Thanks in advance.  -- Martin
     ______________________________________________________________________
     = UUCP:   sdcsvax!ncr-sd!fiddler!martins      Martin D. Sandman      =
     = NCR:    Martin.Sandman@SanDiego.NCR.COM     NCR Corporation        =
     = Phone:  (619) 485-3554                      16550 West Bernardo Dr.=
     = "I'm not sure that I don't agree with you." San Diego CA 92127     =
     ______________________________________________________________________
     ______________________________________________________________________
     = UUCP:   sdcsvax!ncr-sd!fiddler!martins      Martin D. Sandman      =
     = NCR:    Martin.Sandman@SanDiego.NCR.COM     NCR Corporation        =
     = Phone:  (619) 485-3554                      16550 West Bernardo Dr.=