Ignore:
Timestamp:
Nov 23, 2007, 1:44:13 PM (16 years ago)
Author:
dai_9181
Message:

Foreachステートメントを実装中…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/Intermediate_Step2.cpp

    r361 r372  
    451451        ComNum=COM_FOR;
    452452    }
     453    else if(lstrcmpi(com,"Foreach")==0){
     454        KillSpaces(Command+i,pam);
     455        ComNum=COM_FOREACH;
     456    }
    453457    else if(lstrcmpi(com,"Next")==0){
    454458        KillSpaces(Command+i,pam);
Note: See TracChangeset for help on using the changeset viewer.