sanyaade-g2g-repos / skulpt

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

print in function doesn't work #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
>>> def foobar():
...  print 'yes' 
... 
>>> foobar()
TypeError: Cannot read property '__repr__' of null

What does "real" Python output?
>>> def foobar():
...  print 'yes' 
... 
>>> foobar()
yes

What browser are you using? On what operating system?
Chrome, Windows

Please provide any additional information.

Original issue reported on code.google.com by gdwar...@gmail.com on 11 Sep 2009 at 8:58

GoogleCodeExporter commented 9 years ago

Original comment by sgraham on 11 Sep 2009 at 10:25

GoogleCodeExporter commented 9 years ago

Original comment by sgraham on 12 Sep 2009 at 1:56