Ignore:
Timestamp:
Dec 19, 2007, 3:31:03 AM (16 years ago)
Author:
dai_9181
Message:

Foreach文のパラメータをInで区切るようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/ProjectEditor/SubOperation.cpp

    r380 r381  
    524524        if(lstrcmpi(str,"Imports")==0) return -1;
    525525        if(lstrcmpi(str,"Implements")==0) return -1;
     526        if(lstrcmpi(str,"In")==0) return -1;
    526527        if(lstrcmpi(str,"Inherits")==0) return COM_INHERITS;
    527528        if(lstrcmpi(str,"Input")==0) return COM_INPUT;
     
    580581        if(lstrcmpi(str,"Sleep")==0) return COM_SLEEP;
    581582        if(lstrcmp(str,"Static")==0) return -1;
     583        if(lstrcmpi(str,"Step")==0) return -1;
    582584        if(lstrcmp(str,"String")==0) return -1;
    583585        if(lstrcmpi(str,"Sub")==0) return COM_SUB;
     
    588590        if(lstrcmpi(str,"This")==0) return -1;
    589591        if(lstrcmpi(str,"Throw")==0) return -1;
     592        if(lstrcmpi(str,"To")==0) return -1;
    590593        if(lstrcmp(str,"True")==0) return -1;
    591594        if(lstrcmp(str,"Try")==0) return COM_TRY;
Note: See TracChangeset for help on using the changeset viewer.