Skip to content

Patch for adding a "print" statement #51

@GoogleCodeExporter

Description

@GoogleCodeExporter
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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions