f::reverse (public, deprecated)

 f::reverse xs

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

Deprecated. Invoking this procedure generates a warning.

Reverses the list xs. Tcl has a built-in support for reversing lists: "lreverse". Use this instead.

Parameters:
xs (required)
See Also:
  • lreverse

Testcases:
No testcase defined.
[ show source ]
Show another procedure: