mojave man page for lrepeat

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)

__________________________________________________________________________________________________________________________________________________

NAME
lrepeat - Build a list by repeating elements
SYNOPSIS
lrepeat number element1 ?element2 element3 ...? _________________________________________________________________
DESCRIPTION
The 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.
EXAMPLES
lrepeat 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 c
SEE ALSO
list(n), lappend(n), linsert(n), llength(n), lset(n)
KEYWORDS
element, index, list Tcl 8.5 lrepeat(n)
Related Man Pages
llength(1t) - opensolaris
lrange(1t) - opensolaris
llength(3tcl) - debian
lreplace(n) - opendarwin
lset(n) - opendarwin
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?