View Single Post
Old 09-07-2022, 06:27 AM   #29
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,495
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by un_pogaz View Post
when the ifelse() allows a sensitive comparison to the text:
Code:
def evaluate(self, formatter, kwargs, mi, locals, x, y, yes, no):
    if str(x) == str(y):
        return yes
    else:
        return no
@un_pogaz: Please see https://www.mobileread.com/forums/sh...d.php?t=348976.
chaley is offline   Reply With Quote