RosettaCodeData/Task/Arrays/Tcl/arrays-4.tcl

3 lines
92 B
Tcl
Raw Permalink Normal View History

2025-06-11 20:16:52 -04:00
puts stdout "arr has [llength $arr] items."
puts stdout "slice has [llength $slice] items."