Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/actionscript-3/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Actionscript 3 否定指令_Actionscript 3_Apache Flex_Flash Builder - Fatal编程技术网

Actionscript 3 否定指令

Actionscript 3 否定指令,actionscript-3,apache-flex,flash-builder,Actionscript 3,Apache Flex,Flash Builder,我有一个布尔编译器指令 -define=CONFIG::dev,true 我想知道是否有某种方式可以否定这个值。例如: CONFIG:dev{ // the code if dev is true } !CONFIG:dev{ // the code if dev is false } 请看本主题

我有一个布尔编译器指令

-define=CONFIG::dev,true
我想知道是否有某种方式可以否定这个值。例如:

CONFIG:dev{
    // the code if dev is true
}

!CONFIG:dev{
    // the code if dev is false
}
请看本主题