How to perform 'Count Vowels' in Tcl.
# Task: Count Vowels
# Language: Tcl
proc count_vowels() {
# Implementation for Count Vowels
set result = ...; # Initialize variable
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Count Vowels
puts("Done");
}