mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
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; |