obriencj / python-sibilant

A dialect of Lisp compiling to Python bytecode
GNU Lesser General Public License v3.0
7 stars 1 forks source link

'pass' operator #223

Closed obriencj closed 4 years ago

obriencj commented 4 years ago

A built-in no-op operator.

obriencj commented 4 years ago

Note that this exists because I found myself frequently authoring a no-op function, so I figured there may as well be one baked in. The existing Python statement pass provided the perfect name for it.