5 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| fn test_func(vec3) {
 | |
|   if type_of(vec3) != "Vec3" { throw() }
 | |
|   // TODO: assert x,y,z
 | |
|   mark_success();
 | |
| }
 |