Ignore:
Timestamp:
Dec 18, 2007, 2:51:10 AM (16 years ago)
Author:
dai_9181
Message:

Foreachに対応。
ジェネリクスインターフェイスに対応。

File:
1 edited

Legend:

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

    r364 r380  
    512512        if(lstrcmpi(str,"Finally")==0) return -1;
    513513        if(lstrcmpi(str,"For")==0) return COM_FOR;
     514        if(lstrcmpi(str,"Foreach")==0) return -1;
    514515        if(lstrcmpi(str,"Function")==0) return COM_FUNCTION;
    515516    }
Note: See TracChangeset for help on using the changeset viewer.