910f579403
In @micropython.native code the types of variables and expressions are always Python objects, so they can be initialised as such. This prevents problems with compiling optimised code like while-loops where a local may be referenced before it is assigned to. Signed-off-by: Damien George <damien@micropython.org>
17 lines
93 B
Plaintext
17 lines
93 B
Plaintext
4
|
|
True
|
|
2
|
|
4 5
|
|
5
|
|
1 5 5
|
|
5
|
|
2 1
|
|
1 0
|
|
any True
|
|
8
|
|
123
|
|
any True
|
|
8
|
|
[(1, 0), (2, 2), (3, 6), (4, 12)]
|
|
4
|