Skip to content

Allow multiple inputs declaration #64

Open
@tmteam

Description

@tmteam
x, y, z: int
a = x+y+z
x,y,z = default # does not make sense, if all variables are immutable in nfun
a,b,c = x+y+z

Metadata

Metadata

Assignees

No one assigned

    Labels

    SyntaxSyntactic and semantic improvements and sugarsWhat if?[Candidate]

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions