nickers / tinypy

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

Patch for adding a "print" statement #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: