const k
Defined in tcl/ad-functional.tclReturns a unary function that ignores its argument and constantly returns k. Example map [const 7] [list 1 2 3 4 5] = {7 7 7 7 7} Parameters: k
Returns a unary function that ignores its argument and constantly returns k.
map [const 7] [list 1 2 3 4 5] = {7 7 7 7 7}