forked from xxq250/Nasal-Interpreter
11 lines
102 B
Plaintext
11 lines
102 B
Plaintext
while(n==1 )
|
|
{
|
|
print("str");
|
|
}
|
|
|
|
while(n==1 and "str"==str)
|
|
{
|
|
print("str");
|
|
}
|
|
|
|
i+=i1; |