f::and (public)

 f::and xs

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Reduces a list of boolean values using && Examples: f::and {1 1 0 1} = 0 f::and {1 1 1 1} = 1

Parameters:
xs (required)
Returns:
boolean

Testcases:
functional_api
Source code:
    fold && 1 $xs
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: