Terminate a block by adding a valueless return, for use within a function with "void" return type. This is equivalent to "return".
See Implementation
Terminate a block by adding a valueless return, for use within a function with "void" return type. This is equivalent to "return".