Posted to tcl by dbohdan at Sun May 07 19:34:09 GMT 2017view raw
- > echo 'puts [lreplace {a b c} 99 99 d]' | ./tclkit-8.6.2
- list doesn't contain element 99
- > echo 'puts [lreplace {a b c} 99 99 d]' | ./tclkit-8.6.3
- a b c d
- > echo 'puts [lreplace {a b c} 99 99 d]' | ./tclkit-8.6.4
- a b c d
- > echo 'puts [lreplace {a b c} 99 99 d]' | ./tclkit-8.6.5
- a b c d
- > echo 'puts [lreplace {a b c} 99 99 d]' | ./tclkit-8.6.6
- list doesn't contain element 99