惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Affairs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Jina AI
Jina AI
P
Palo Alto Networks Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
A
Arctic Wolf
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
Blog — PlanetScale
Blog — PlanetScale
S
Schneier on Security
V
Vulnerabilities – Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
雷峰网
雷峰网
T
Tenable Blog
人人都是产品经理
人人都是产品经理
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AWS News Blog
AWS News Blog
Microsoft Security Blog
Microsoft Security Blog
J
Java Code Geeks
Scott Helme
Scott Helme
SecWiki News
SecWiki News
C
CERT Recently Published Vulnerability Notes
Recorded Future
Recorded Future
I
InfoQ
Security Archives - TechRepublic
Security Archives - TechRepublic
Help Net Security
Help Net Security
Cloudbric
Cloudbric
C
Check Point Blog
Engineering at Meta
Engineering at Meta
TaoSecurity Blog
TaoSecurity Blog
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
N
News and Events Feed by Topic
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
腾讯CDC
量子位
Application and Cybersecurity Blog
Application and Cybersecurity Blog
K
Kaspersky official blog
Vercel News
Vercel News
F
Full Disclosure
T
Troy Hunt's Blog
Forbes - Security
Forbes - Security
S
Security @ Cisco Blogs

博客园 - FireReprt◇FireScript地带

3ds文件转换为.X文件 MD5加密 [转载]使用SQL直接从sps数据库中恢复文档 SPS恢复问题: [ 提示数据库架构太旧问题 ] 运算符的优先级别 补上一个测试精灵动画的列子 - FireReprt◇FireScript地带 - 博客园 关于CSGL跟FireScript的连接 脚本中类的声明 脚本支持数组初始化了 - FireReprt◇FireScript地带 - 博客园 IF语句多分支识别 用自定义函数来实现代理类的实例化 测试递归 这是我在C#中测试速度的代码 测试运行效率 加入了静态类的语义分析引擎 FireScript调用DLL和COM FireScript在SharePoint中的应用 识别字符串中的表达式(续二) 识别字符串中的表达式(续一)
加入了两个终结符号 - FireReprt◇FireScript地带 - 博客园
FireReprt◇Fi · 2006-04-13 · via 博客园 - FireReprt◇FireScript地带

这次加入了两个终结符号"Begin","End",作用跟 "{","}"的作用等效

 1/*
 2// 这里加入了两个终结符号 "BEGIN" "END" 作用跟"{" "}"的作用相同
 3// 同时在以前的语法分析中加入了 break语句的识别和处理
 4// 
 5//
 6*/

 7using System   
 8
 9//开始就打印一份注释
10print "
11/*
12// 这里加入了两个终结符号 ""BEGIN"" ""END"" 作用跟""{"" ""}""的作用相同
13// 同时在以前的语法分析中加入了 break语句的识别和处理
14// 
15//
16*/
17"
18Test()
19
20//函数体
21function Test()
22begin
23   while(true)
24   {
25    i=new Random( System.Environment.TickCount ).Next(1,100)
26         
27        if ( i< 50 )
28    begin
29        print "i<50"
30            break
31        end
32        else
33        print i
34
35   }

36
37
38end
39

     CSGL在现在的机器上还跑不起来,因为我的显卡还是继承的,所以脚本迟迟还没同CSGL连接。可能又需要等一段时间了。
     以后一段时间又要回到SPS的开发了,不知道脚本引擎到时能不能给我一点点惊喜呢!期待~
补上截图: