aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/pbx/ael/ael-test/ael-test14/extensions.ael
blob: 20d69134f6be3ae7bf2f69fcbdfc74fd95cea02a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
context test1
{
	10 => {
		// nothing but a comment!
	}

	11 => {
		switch(${somevar})
		{
		case somecase:
			// nothing but a comment!
			break;
		case somecase:
			// nothing but a comment!
			continue;
		}
		break;
	}

}