j
k
j a
j l
Tomasz Zielonka wrote:
On Wed, Dec 29, 2004 at 07:54:15PM -0500, Scott Turner wrote: ...isYes = `elem` ["y", "yes", "Y", "YES"] isYes = (`elem` ["y", "yes", "Y", "YES"])
On Wed, Dec 29, 2004 at 07:54:15PM -0500, Scott Turner wrote:
isYes = `elem` ["y", "yes", "Y", "YES"]
isYes = (`elem` ["y", "yes", "Y", "YES"])
or isYes = flip elem ["y", "yes", "Y", "YES"]
Back to the thread
Back to the list