forked from xxq250/Nasal-Interpreter
18 lines
202 B
Plaintext
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;},
|
|
}; |