mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-03 07:01:06 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			139 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
| 
								 | 
							
								# https://github.com/godotengine/godot/issues/61231
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func test():
							 | 
						||
| 
								 | 
							
									var my_lambda = func():
							 | 
						||
| 
								 | 
							
										print("hello")
							 | 
						||
| 
								 | 
							
									if 0 == 0:
							 | 
						||
| 
								 | 
							
										my_lambda.call()
							 |