f::drop (public)

 f::drop n xs

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

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

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

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