f::init (public)

 f::init xs

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

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

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: