micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
def foo(x):
|
||||
for i in range(x):
|
||||
try:
|
||||
pass
|
||||
finally:
|
||||
try:
|
||||
try:
|
||||
print(x, i)
|
||||
finally:
|
||||
try:
|
||||
1 / 0
|
||||
finally:
|
||||
return 42
|
||||
finally:
|
||||
print('continue')
|
||||
continue
|
||||
print(foo(4))
|
Reference in New Issue
Block a user