mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Make version 4.1 and lower does not allow $call as the main expression on a line, so assign the result of the $call to a dummy variable. Fixes issue #5426.