I\'m looking at a path finding tutorial and I noticed a return statement inside a void method (class PathTest, line 126):
return
void
PathTest
The keyword simply pops a frame from the call stack returning the control to the line following the function call.