6 lines
122 B
Tcl
6 lines
122 B
Tcl
enumerate fruit {apple blueberry cherry date elderberry}
|
|
|
|
fruit: date
|
|
# ==> prints "3"
|
|
fruit@ 2
|
|
# ==> prints "cherry"
|