New issue 51 by darkuranium: Patch for adding a "print" statement
http://code.google.com/p/tinypy/issues/detail?id=51
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!
Attachments:
print_stat.patch 2.0 KB