mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
| func test():
 | |
| 	1 if true else 2
 | |
| 	print(1) if true else print(2)
 | 
