RosettaCodeData/Task/Arrays/Tcl/arrays-4.tcl
2025-06-11 20:16:52 -04:00

2 lines
92 B
Tcl

puts stdout "arr has [llength $arr] items."
puts stdout "slice has [llength $slice] items."