Jixo man Trader Jul 26, 2020 46 2 14 Aug 4, 2020 #1 Please brothers I need help. I know the return operator is used to terminate an operation. But what those " return (0) " means.... 👍 Reactions: Jideofor11
Please brothers I need help. I know the return operator is used to terminate an operation. But what those " return (0) " means....
Jixo man Trader Jul 26, 2020 46 2 14 Aug 5, 2020 #2 Jixo man said: Please brothers I need help. I know the return operator is used to terminate an operation. But what those " return (0) " means.... Click to expand... Just read up. Now.
Jixo man said: Please brothers I need help. I know the return operator is used to terminate an operation. But what those " return (0) " means.... Click to expand... Just read up. Now.
Enivid Administrator Staff member Nov 30, 2008 20,332 1,769 144 Odesa www.earnforex.com Aug 5, 2020 #3 For future reference (if some other beginning coder stumbles on this thread), return operator lets the function to "return" some value to be used elsewhere in the code.
For future reference (if some other beginning coder stumbles on this thread), return operator lets the function to "return" some value to be used elsewhere in the code.