Skip to content

Prevent declaration of Names that collide with builtin Functions #103

@ngjunsiang

Description

@ngjunsiang

Declaring a name that is also the name of a built-in function is not allowed in 9608 pseudocode:

DECLARE Eof : BOOLEAN
DECLARE RandInt : INTEGER

Pseudo should raise a LogicError if this happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    v1.0Required before v1.0 release

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions