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
Original issue reported on code.google.com by
drchuck
on 18 Jan 2013 at 4:11