mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
8 lines
181 B
Python
8 lines
181 B
Python
import micropython
|
|
micropython.heap_lock()
|
|
1+1
|
|
micropython.heap_lock()
|
|
None # Cause the repl's line storage to be enlarged ----------------
|
|
micropython.heap_lock()
|
|
raise SystemExit
|