Module yes_no

Source

Functions§

YESNO
if true: return “YES” if false: return “NO”
YesNo
if true: return “Yes” if false: return “No”
tf
if true: return t if false: return f