0
Is there a kind of function to get a result before starting the function?
4 Réponses
+ 1
You must declare a function before referencing it, so no.
0
What do you mean? Please elaborate.
Functions, methods, intantiation works from top to bottom. You can pass the returned value to the next methods
0
So getting stock prices before they are publushed is impossible. Thanks anyway.
0
? You can always declare a function before the main loop, or did I just interperate your question wrong?