摘要:
以前实现的if语句句法是: if ( codement ){ ...}else{...}现在加入了新的语法分析程序.可以识别一下语句: 1function test(a) 2{ 3 4if ( a 1 ) 7 8print "a>1" 910else if ( a10)1314print "a>10:"+a1516else1718print "a1 ) 8print "a>1" 9else10... 阅读全文
posted @ 2006-04-03 10:26
FireReprt◇FireScript地带
阅读(372)
评论(0)
推荐(0)