Hello,
When reading the code of CloudKVS I was intrigued by line 30 of the ClientKVS Class for b4J:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
What is the purpose of this "If False Then.." ? Does it mean that we don't need to put an underscore in the sub name if using this technique?
Thanks for your help.
			
			When reading the code of CloudKVS I was intrigued by line 30 of the ClientKVS Class for b4J:
			
				B4X:
			
		
		
		'...
HandleQueue
If False Then CallSub(Me, "HandleQueue") 'to avoid obfuscation issues
'....
	What is the purpose of this "If False Then.." ? Does it mean that we don't need to put an underscore in the sub name if using this technique?
Thanks for your help.