Wish single line conditional logging

sorex

Expert
Licensed User
Longtime User
Hello,

It would be nice if we could have some kind of single line conditional logging option.

B4X:
#if debug
Log("whatever")
#end if

would become

B4X:
#if debug Log("whatever")

I tried some variants but none of them compiled so I don't think this is supported yet?
 
Top