Skip to content

add special syntax for mutable variable declarations #1273

Closed
@boggle

Description

@boggle

we just discussed this on irc and everybody on seemed to like this idea:

let x = 7 // declaration of immutable variable x
mut y = 7 // declaration of mutable variable y

This ticket serves as a way to track this idea and potentially implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementCategory: An issue proposing an enhancement or a PR with one.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions