#141 Deleting the last element from a list in a variable in tcl

set var {a b c d e}
set var [lreplace $var end end]

.
.
.
.
.
.
.
.
.
.