hi freands
i have a function like:
[COLOR=#0000ff]function [/COLOR][COLOR=#008000]FuncName /COLOR:[COLOR=#0000ff]Boolean[/COLOR]{[INDENT][COLOR=#0000ff]for /COLOR{
[/INDENT]
[INDENT=2][COLOR=#0000ff]if /COLOR{
[/INDENT]
[INDENT=3][COLOR=#0000ff]return true[/COLOR];
[/INDENT]
[INDENT=2]}
[/INDENT]
[INDENT]}
[COLOR=#0000ff]return false[/COLOR];
[/INDENT]
}
i want to know if the “return” breaks the function and jumps out or not!
i mean if this function returns true it continues and returns false or halts?