- (shell-variable-true? NAME [TRUTHS ("y" "yes" "1")]) -> booleanprocedure
Is the shell variable NAME lowercase value in TRUTHS?
NAME is a string. TRUTHS is a (list-of string) recognized as true values.
Is the shell variable NAME lowercase value in TRUTHS?
NAME is a string. TRUTHS is a (list-of string) recognized as true values.