mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
Delete b.txt
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
if(e==1)
|
||||
print("hello world");
|
||||
else if(e==2)
|
||||
e=3;
|
||||
else
|
||||
print("error");
|
||||
while(1)
|
||||
{
|
||||
print("m");
|
||||
}
|
||||
for(var i=1;i<9;i+=1)
|
||||
print("h");
|
||||
foreach(i;keys(e))
|
||||
print("h");
|
||||
forindex(i;keys(e))
|
||||
print("h");
|
||||
Reference in New Issue
Block a user