f::drop (public)

 f::drop n xs

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

Parameters:
n (required)
xs (required)
Returns:
the remaining elements of xs (without the first n)

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