``` . local a=1 . switch `a', cases(1 2 3) values(1 2 3) switch matched 1 to a value of 1 . di "`switch_return'" . di "$switch_return" 1 ```