mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			GDScript3
		
	
	
	
	
	
|   | func check(arg: float = 3): | ||
|  | 	return typeof(arg) == typeof(3.0) | ||
|  | 
 | ||
|  | func test(): | ||
|  | 	if check(): | ||
|  | 		print('ok') |