Query: lrepeat
OS: mojave
Section: ntcl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
lrepeat(n) Tcl Built-In Commands lrepeat(n) __________________________________________________________________________________________________________________________________________________NAMElrepeat - Build a list by repeating elementsSYNOPSISlrepeat number element1 ?element2 element3 ...? _________________________________________________________________DESCRIPTIONThe lrepeat command creates a list of size number * number of elements by repeating number times the sequence of elements element1 element2 .... number must be a positive integer, elementn can be any Tcl value. Note that lrepeat 1 arg ... is identical to list arg ..., though the arg is required with lrepeat.EXAMPLESlrepeat 3 a -> a a a lrepeat 3 [lrepeat 3 0] -> {0 0 0} {0 0 0} {0 0 0} lrepeat 3 a b c -> a b c a b c a b c lrepeat 3 [lrepeat 2 a] b c -> {a a} b c {a a} b c {a a} b cSEE ALSOlist(n), lappend(n), linsert(n), llength(n), lset(n)KEYWORDSelement, index, list Tcl 8.5 lrepeat(n)
| Related Man Pages |
|---|
| lappend(1t) - opensolaris |
| lrange(n) - mojave |
| lrange(n) - centos |
| lappend(3tcl) - debian |
| linsert(3tcl) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| 12-Core MacPro (2013) kernel_task over 1200% |
| My first PERL incarnation... Audio Oscillograph |
| Python 3.8.0rc1 released. |