Message-ID: <20090310203515.74F2D2832196@mail.pubhealth.ku.dk>
Date: 2009-03-10T20:35:15Z
From: michael_karsh at earthlink.net
Subject: logical comparison of functions (PR#13588)
Full_Name: Michael Aaron Karsh
Version: 2.8.0
OS: Windows XP
Submission from: (NULL) (164.67.71.215)
When I try to say if (method==f), where f is a function, it says that the
comparison is only possible for list and atomic types. I tried saying if
(method!=f), and it gave the same error message. Would it be possible to repair
it say that == and != comparisons would be possible for functions?