sanyaade-g2g-repos / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Make quit() and exit() work #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:

print "Hi"
if 1 < 10:
    quit()
print "There"

What does "real" Python output?

Hi

What does Skulpt output?

NameError: name 'quit' is not defined

Please provide any additional information.

Original issue reported on code.google.com by drchuck on 18 Jan 2013 at 4:11

GoogleCodeExporter commented 9 years ago
I think I fixed this in:

http://code.google.com/r/drchuck-skulpt-mods/source/detail?r=f1c08521e54d3f65a4b
82f29a8635e025b71381b

Original comment by drchuck on 18 Jan 2013 at 7:44