index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
/
bad_continue_in_lambda.gd
blob: 319c1801c03b6c83ee8a1a1c6c4916138e109899 (
plain
)
1
2
3
4
5
func test(): for index in range(0, 1): var lambda := func(): continue print('not ok')