mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
Delete choose.txt
This commit is contained in:
@@ -1,38 +0,0 @@
|
|||||||
if(this_token.type==__if)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
elsif(this_token.type==__elsif)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else if(this_token.type!=__else)
|
|
||||||
{
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
elsif(this_token.type==__elsif)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
elsif(this_token.type==__elsif)
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else if(this==(1+2+3*1))
|
|
||||||
{
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
parse.push(this_token);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(!id)
|
|
||||||
{
|
|
||||||
exit(0);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user