You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx/ael/ael-test/ael-test14/extensions.ael

21 lines
225 B

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;
}
}