* PCAN
* Phix
edit SideBar
Index | Core Language | Statements | Return Statement
Return Statement
A return statement returns from a subroutine. If the subroutine is a function or type then a value must also be returned. e.g.
< Exit Statement | Index | TryCatch Statement >