以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  [求助]哪里写错了?  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=4556)

--  作者:z7c9
--  发布时间:2010/12/23 11:56:15
--  [求助]哪里写错了?

runmode:0;

if true then begin
end else if true then begin
end else if true then begin
end;

cc:=ref(close,1);

 

图片点击可在新窗口打开查看


--  作者:fly
--  发布时间:2010/12/23 12:18:40
--  

runmode:0;

 

if true then
     begin
  
     end;
else 
    begin 
        if true then
            BEGIN
  
            END;
        else
           begin 
             if true then
                BEGIN
   
                END;
          end;
      end;
 
cc:=ref(close,1);


--  作者:z7c9
--  发布时间:2010/12/23 12:38:02
--  
以下是引用fly在2010-12-23 12:18:40的发言:

runmode:0;

 

if true then
     begin
  
     end;
else 
    begin 
        if true then
            BEGIN
  
            END;
        else
           begin 
             if true then
                BEGIN
   
                END;
          end;
      end;
 
cc:=ref(close,1);

 

PEL语法不支持 else if ?


--  作者:fly
--  发布时间:2010/12/23 13:15:14
--  
是的