25 lines
370 B
Plaintext
25 lines
370 B
Plaintext
if(this_token.type==__if)
|
|
{
|
|
parse.push(this_token);
|
|
return;
|
|
}
|
|
elsif(this_token.type==__elsif)
|
|
{
|
|
parse.push(this_token);
|
|
return;
|
|
}
|
|
elsif(this_token.type==__elsif)
|
|
{
|
|
parse.push(this_token);
|
|
return;
|
|
}
|
|
elsif(this_token.type==__elsif)
|
|
{
|
|
parse.push(this_token);
|
|
return;
|
|
}
|
|
else
|
|
{
|
|
parse.push(this_token);
|
|
return;
|
|
} |