f::init (public)

 f::init xs

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

Parameters:
xs
Returns:
all elements of a list but the last

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

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