every other
Posted to
tcl
by dandyn at Fri Sep 02 18:48:16 GMT 2022
view raw
set
x {cat horse dog}
proc
lrot _l {
upvar
1
$_l
l
set
res [
lindex
$l
0]
set
l [
concat
[
lrange
$l
1 end]
$res
]
return
$res
}
puts
[lrot x]
Recent Posts
tcl by schelte
9 days ago
tcl by emiliano
16 days ago
tcl by fvogel
16 days ago
tcl by emiliano
16 days ago
tcl by rmax
33 days ago
tcl by oldlaptop
33 days ago
tcl by schelte
33 days ago
tcl by Bradipo
46 days ago
tcl by kbk
56 days ago
tcl by oldlaptop
59 days ago
Submit
New paste
Documentation
From Jabber