For a function that returns a value in Pascal, the assignment is FunctionName := SomeVal; . I assume that this does not stop the function from executing in this exact place, like return in C. Something like C return in Pascal? (I am using the FreePascal compiler)
pascal freepascal
Clueless
source share