Skip to content

Disallow merging variable name with keywords #11

@wipe2238

Description

@wipe2238
procedure proc(variable &end)
begin&end++;
  if&end>10then&end=-1; return &end;
end

All vars should follow same syntax rules; having a way to have very unique var name is real nice (for example when global scope variable is defined deep down in header), fact that it introduces own subset of syntax rules is not :/

Disallowing merging constants with keywords would be nice too~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions