f::or (public)

 f::or xs

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

Reduces a list of boolean values using || Example: f::or {1 1 0 1} = 1 f::or {0 0 0 0} = 0

Parameters:
xs
Returns:
boolean

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::or f::or test_functional_api->f::or f::fold f::fold (public) f::or->f::fold f::any f::any (public) f::any->f::or

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