lreverse(n) - phpMan

Command: man perldoc info search(apropos)  


lreverse(n)                           Tcl Built-In Commands                           lreverse(n)



_________________________________________________________________________________________________

NAME
       lreverse - Reverse the order of a list

SYNOPSIS
       lreverse list
_________________________________________________________________

DESCRIPTION
       The  lreverse  command  returns a list that has the same elements as its input list, list,
       except with the elements in the reverse order.

EXAMPLES
              lreverse {a a b c}
                    -> c b a a
              lreverse {a b {c d} e f}
                    -> f e {c d} b a

SEE ALSO
       list(n), lsearch(n), lsort(n)


KEYWORDS
       element, list, reverse



Tcl                                            8.5                                    lreverse(n)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-18 09:06 @3.17.156.200 CrawledBy claudebot
Valid XHTML 1.0!Valid CSS!