Skip to content

[Feature] Keyword for doing nothing #99

@ngjunsiang

Description

@ngjunsiang

This is sometimes necessary, e.g. in a CASE statement to acknowledge valid cases without doing anything.

C uses a semicolon (;) or empty block ({ }), while Python uses pass. Some other proposals:

  • PASS
  • IGNORE
  • NOTHING

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomersquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions