Skip to content

Allow to use ',' instead of ';' #63

Open
@tmteam

Description

@tmteam

General rule is that , ; /n are equal

y = x, z = y+1
f(x) = x**2, out = f(12)
winter = [
       'Dec'
       'Jan'
       'Febr'
]

summer = [`Jun`; `Jul`; `Aug`]
point1 = {x = 1, y = 2, z = 3}
point2 = {x = 1; y = 2; z = 3}
a = if true: 
    print('hi), x  
elif: 
    true
else:
    false

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