for (int i = 0; i < 100; i++)
{
Console.WriteLine(i);
}
for (int i = 100; i > 0 ; i--)
{
Console.WriteLine(i);
}
for (Token token = input.Next(result); token != null; token = input.Next(result))
{
int len = token.TermText().Length;
if (len >= min && len <= max)
{
return token;
}
}
Token token;
while((token = input.Next(result)) != null)
{
int len = token.TermText().Length;
if (len >= min && len <= max)
{
return token;
}
}
for (i = 75; i-- > 0; )
jjrounds[i] = 0x80000000;
for (i = 75; i > 0; i--)
jjrounds[i] = 0x80000000;
for (int i = 0; i < length; i++, pos++)
for (int i = 100, j = 100; i > 0 ; i--,j++)
static void Main(string[] args)
{
for (Act(); ; )
{
}
Console.Read();
}
static void Act()
{
}
static void Main(string[] args)
{
for (Act1(); Act2(); Act3())
{
}
Console.Read();
}
static void Act1()
{
}
static bool Act2()
{
return true;
}
static bool Act3()
{
return true;
}
delegate void Bind();
class Program
{
static void Main(string[] args)
{
Bind b = new Bind(Act1);
for (b(); Act2(); Act3())
{
}
Console.Read();
}
static void Act1()
{
}
static bool Act2()
{
return true;
}
static bool Act3()
{
return true;
}
}
delegate void Bind();
class Program
{
static event Bind bindEvent;
static void Main(string[] args)
{
Bind b = new Bind(Act1);
bindEvent += new Bind(Program_bindEvent);
for (b(); Act2(); bindEvent())
{
}
Console.Read();
}
static void Program_bindEvent()
{
}
static void Act1()
{
}
static bool Act2()
{
return true;
}
static bool Act3()
{
return true;
}
}
【责任编辑: lanier】