How would I call from inline OBJC a B4i sub such as the following and have the inline code receive the sub's return value:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Thanks.
			
			
			
				B4X:
			
		
		
		sub test as int
   return 1
end sub