xxxxxxxxxx
void main()
{
final switch ("1")
case "1":
immutable acceptsExternal = true;
break;
case "2":
return acceptsExternal;
}