Skip to content

Operator //= not recognized #367

Description

@papoteur-mga

Hello,
I have a Perl program which includes:

    $time_start_h //= 18;

The translating generates Python with syntax error:

    _num(time_start_h)/ /= 18

$time_start_h is an integer.
I don't know what the operator do, but it is referecended: https://perldoc.perl.org/perlop#Assignment-Operators

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions