![]() |
![]()
| ![]() |
![]()
NAMElrepeat - Build a list by repeating elements SYNOPSISlrepeat count ?element ...? DESCRIPTIONThe lrepeat command creates a list of size count * number of elements by repeating count times the sequence of elements element .... count must be a non-negative integer, element can be any Tcl value. Note that lrepeat 1 element ... is identical to list element .... EXAMPLESlrepeat 3 a SEE ALSOlist(n), lappend(n), linsert(n), llength(n), lset(n) KEYWORDSelement, index, list
|