mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
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;
|
|
} |