代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/143387/12880267
tcl lang.tcl
#
# Run this Tcl script to generate the lang-*.html files.
#
set rcsid {$Id: lang.tcl,v 1.84 2005/02/19 12:44:16 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
set outputdir [lindex $argv 0]
www.eeworm.com/read/324802/13243978
tcl lang.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: lang.tcl,v 1.65 2003/07/20 01:16:48 drh Exp $}
puts {
Query Language Understood By SQLite
www.eeworm.com/read/129770/5970318
dat errortc19.dat
出错信息: Compound statement missing }
中文解释: 复合语句漏掉了"}"
www.eeworm.com/read/157653/11677879
tcl lang.tcl
#
# Run this Tcl script to generate the lang-*.html files.
#
set rcsid {$Id: lang.tcl,v 1.100 2005/09/11 11:56:28 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
set outputdir [lindex $argv 0
www.eeworm.com/read/131795/14127779
dat errortc16.dat
出错信息: Case statement missing
中文解释: 漏掉了 Case 语句
www.eeworm.com/read/131795/14127804
dat errortc19.dat
出错信息: Compound statement missing }
中文解释: 复合语句漏掉了"}"