代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4751788
gml sprogram.gml
.section PROGRAM Statement
.*
.mbox begin
PROGRAM pgm
.mbox end
.synote 5
.mnote pgm
is the symbolic name of the main program.
.endnote
.np
A
.kw PROGRAM
statement is optional in an
www.eeworm.com/read/229812/4751811
gml sintrins.gml
.section INTRINSIC Statement
.*
.mbox begin
INTRINSIC f [,f] ...
.mbox end
.synote
.mnote f
is the name of an intrinsic function name.
.endnote
.np
An
.kw INTRINSIC
statement is used
www.eeworm.com/read/229812/4751816
gml sreturn.gml
.section RETURN Statement
.*
.mbox begin
RETURN [e]
.mbox end
.synote
.mnote e
is an integer expression.
.endnote
.np
A
.kw RETURN
statement is used to terminate execution of a subpr
www.eeworm.com/read/229812/4751866
gml send.gml
.section END Statement
.*
.mbox begin
END
.mbox end
.np
The
.kw END
statement indicates the end of a sequence of statements and
comment lines of a program unit.
Execution of an
.kw EN
www.eeworm.com/read/204040/5035606
asm grline.asm
TITLE GRLINE - LINE STATEMENT SUPPORT
PAGE 56,132
;***
;GRLINE - LINE STATEMENT SUPPORT
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtim
www.eeworm.com/read/204040/5035860
asm exstring.asm
page 49,132
TITLE EXSTRING - string function and statement executors
;***
;exstring.asm - string function and statement executors for QBI
;
; Copyright 1986, Microsoft Corporation
;
;Purpo
www.eeworm.com/read/204040/5035867
asm exstmisc.asm
page 49,132
TITLE exstmisc.asm - misc. statement executors
;***
;exstmisc.asm - statement executors for QBI
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
;
;******************
www.eeworm.com/read/347649/3164382
java testquerytimeout.java
import java.sql.*;
public class TestQueryTimeOut
{
public static void main(String[] args)
{
Statement statement = null;
try
{
String url = "jdbc:odbc:technical_library"
www.eeworm.com/read/318768/3563248
java testquerytimeout.java
import java.sql.*;
public class TestQueryTimeOut
{
public static void main(String[] args)
{
Statement statement = null;
try
{
String url = "jdbc:odbc:technical_library"
www.eeworm.com/read/375736/2720934
asm grline.asm
TITLE GRLINE - LINE STATEMENT SUPPORT
PAGE 56,132
;***
;GRLINE - LINE STATEMENT SUPPORT
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
;
; BASIC Syntax mapping to included runtim