blob: c40b26c46fa14247d58419ab0b86849ee86eeee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\Switch{the value of T}{
\uCase{a value}{
do this\;
do that\;
}
\lCase{another value}{one line}\;
\Case{last value}{
do this\;
break\;
}
\Other{
for the other values\;
do that\;
}
}
|