Skip to content

Automatically print no-ops? #6

@endrebak

Description

@endrebak

When I have a line that does no assignment or no function call, it would be nice if pype automatically understood this meant print.

Example:

pype 'x = _.split("/"); x[0], _'

should be interpreted as

pype 'x = _.split("/"); print(x[0], _)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions