代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/160316/5572288
java statement.java
/*
Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
www.eeworm.com/read/160134/5576729
java statement.java
/*
Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
www.eeworm.com/read/158056/5599241
java statement.java
/*
Copyright (C) 2002 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
www.eeworm.com/read/157442/5606426
java statement.java
/*
Copyright (C) 2002-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
www.eeworm.com/read/368299/9702546
py if_statement.py
health = 0
# If the player's health is less than or equal to 0 - kill him.
if health
www.eeworm.com/read/368299/9702557
py for_statement.py
weapons = [ "Pistol",
"Rifle",
"Grenade",
"Rocket Launcher" ]
print "-- Weapon Inventory --"
for x in weapons:
print x
raw_input( "\nPress Enter to
www.eeworm.com/read/414255/11122804
c statement.c
#include "error.h"
#include "io.h"
#include "salloc.h"
#include "statement.h"
int stackpointer = 0;
int while_counter = 0;
int global_if = 0;
int global_end = 0;
int global_repeat = 0;
int global_for
www.eeworm.com/read/414255/11122854
d statement.d
statement.o: statement.c error.h bool.h token.h io.h list.h salloc.h \
statement.h expression.h scope.h declaration.h type.h
www.eeworm.com/read/414255/11122881
h statement.h
#ifndef STATEMENT_H
#define STATEMENT_H
typedef struct statement Statement;
#include "bool.h"
#include "expression.h"
#include "list.h"
#include "scope.h"
#include "token.h"
typedef enum
{
ass