chickadee » posix-utils » shell-variable-true?

(shell-variable-true? NAME [TRUTHS ("y" "yes" "1")]) -> booleanprocedure

Is the shell variable NAME lowercase value in TRUTHS?

NAME
string.
TRUTHS
(list-of string) recognized as true values.