Skip to content

inconsistent implicit multiplication #463

Description

@julinas

This is on the released version... 2 * 3 3 3 is interpreted as syntax error, but 2 * 3 3 is parsed as 2 * 3 * 3. 2 + 2 3 also gives a syntax error instead of 2 + 2 * 3 as expected. Maybe it's no longer a problem in develop?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions