Files
Nasal-Interpreter/version1.0/loop.txt
Valk Richard Li 70ce284cab test file
2019-09-24 09:42:02 -05:00

18 lines
202 B
Plaintext

while(n==1 )
{
i=i+1;
f(i);
print("str");
}
while(n==1 and "str"==str)
{
print("str");
}
i+=i1;
i+=i.i[0];
i=i.i[0].i(0);
var hash={
f:func {var e=1;return 0;},
};