<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] ===== return ===== ^Arguments^Result^Notation^ | | |'' -- ''| === Description === Stops execution of a function call and returns immediately. If called from some place other than a function, it will stop the script execution and 'return' immediately. Useful for aborting function execution or script execution when necessary. === Examples === 10 10 GetCreeper eq0 if return endif # Do other things