mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
This adds a new undefined singleton to Python, that corresponds directly to JavaScript `undefined`. It's accessible via `js.undefined`. Signed-off-by: Damien George <damien@micropython.org>