LONNV:
is this correct use of bool function?
I cannot call this
bool useit(){ if (2>1) { Print("OK"); return(true); } return(false); }
LONNV: I cannot call this
“Doesn't work” is meaningless — just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires — meaningless.
How To Ask Questions The Smart Way. (2004
When asking about code

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
is this correct use of bool function?
I cannot call this