Skip to content

Make the comma after assert warn/fail/fatal optional #1894

@Rangi42

Description

@Rangi42

As discussed with ISSOtm, we both often write e.g. assert fail N < MAX_N, "oops" and then have to correct it to assert fail, N < MAX_N, "oops". There should be no grammar issues with making the comma optional and allowing either syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementTypically new features; lesser priority than bugsrgbasmThis affects RGBASM

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions