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