This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:return [2013/01/14 19:06] – created virgilw | crpl:docs:return [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | |
+ | <- [[crpl: | ||
+ | ===== return | ||
+ | |||
+ | ^Arguments^Result^Notation^ | ||
+ | | | |'' | ||
+ | |||
+ | |||
+ | === Description === | ||
+ | Stops execution of a function call and returns immediately. | ||
+ | === Examples === | ||
+ | |||
+ | < | ||
+ | 10 10 GetCreeper eq0 if | ||
+ | | ||
+ | endif | ||
+ | |||
+ | # Do other things | ||
+ | |||
+ | </ |