Skip to content

[feature request] compound assignments #233

@Stepami

Description

@Stepami

Is your feature request related to a problem? Please describe.

Хочу совмещать операции с присваиванием.

AS-IS

i = i + 1
arr = arr ++ [x]

Describe the solution you'd like

TO-BE

i += 1
arr ++= [x]

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew feature or requestLanguage FeatureNew language feature (grammar, semantics, etc.)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions