Skip to content

Operator //= not recognized #367

@papoteur-mga

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

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