代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/467516/1500095
as if.as
package flare.query
{
/**
* Expression operator for an if statement that performs conditional
* execution.
*/
public class If extends Expression
{
private var _test:Expression;
www.eeworm.com/read/247171/4487391
vb conditionalconst1.vb
'test conditional compilation expressions
'RuleIdentifier
#const testIdentInt = 1
#const testIdentString = "abc"
#const testIdentDouble = 3.14
#const testIdentNothing = nothing
#const testIdentDate =
www.eeworm.com/read/231546/4715495
m4 cond.m4
# AM_CONDITIONAL -*- Autoconf -*-
# Copyright 1997, 2000, 2001 Free Software Foundation, Inc.
# This program is free software; you can redistribute it an