Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
将变量自加1后再赋值给变量。
a:=a+1;
用全局变量variable
例如:
VARIABLE:n=0;if o<c then n:=n+1;nn:n;