RosettaCodeData/Task/Enumerations/Tcl/enumerations-2.tcl

7 lines
122 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
enumerate fruit {apple blueberry cherry date elderberry}
fruit: date
# ==> prints "3"
fruit@ 2
# ==> prints "cherry"