You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a print statement, so that you can do the following:
i = 5;
#outputs 'foo bar 5'
print 'foo', 'bar', i
Note that this could use some more testing!
Original issue reported on code.google.com by darkuran...@gmail.com on 29 Jun 2010 at 3:01