Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 184 Bytes

nonexistent-operator.md

File metadata and controls

7 lines (4 loc) · 184 Bytes

Pattern: Nonexistent operator

Issue: -

Description

Used when you attempt to use the C-style pre-increment or pre-decrement operator -- and ++, which doesn't exist in Python.