Skip to content
Feather Programming Language
Main Navigation
Home
Philosophy
Documentation
Appearance
Menu
Return to top
On this page
llength
Returns the number of elements in a list.
Syntax
tcl
llength
list
Parameters
list
: The list to measure
Examples
Basic usage
Feather
▶ Run
Output
Clear
Empty list
Feather
▶ Run
Output
Clear
List with compound elements
Feather
▶ Run
Output
Clear
See Also
list
- Create a list
lindex
- Get element by index
lappend
- Append to list variable