cleanups and more test cases
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
#source
|
||||
|
||||
while none:
|
||||
{}
|
||||
|
||||
#bytecode
|
||||
|
||||
begin:
|
||||
PUSHNNE;
|
||||
JUMPIFNOTANDPOP end;
|
||||
JUMP begin;
|
||||
end:
|
||||
RETURN 0;
|
||||
Reference in New Issue
Block a user