|
@@ -1416,7 +1416,7 @@ flags
|
|
|
|
|
|
- NOTE: The named flags feature was propagated from the source code merge
|
|
- NOTE: The named flags feature was propagated from the source code merge
|
|
back in 2008 and is not extensively tested. The recommended way of
|
|
back in 2008 and is not extensively tested. The recommended way of
|
|
- defining flags is using [#!define](../cookbooks/5.2.x/core#define.md) (which
|
|
|
|
|
|
+ defining flags is using [#!define](core.md#define) (which
|
|
is also valid for branch/script flags):
|
|
is also valid for branch/script flags):
|
|
|
|
|
|
``` c
|
|
``` c
|
|
@@ -4383,7 +4383,7 @@ The return() function allows you to return any integer value from a
|
|
called route() block. You can test the value returned by a route using
|
|
called route() block. You can test the value returned by a route using
|
|
`$retcode` variable (which is same as `$rc` or `$?`).
|
|
`$retcode` variable (which is same as `$rc` or `$?`).
|
|
|
|
|
|
-`return(0)` is same as [`exit()`](devel#exit);
|
|
|
|
|
|
+`return(0)` is same as [`exit()`](#exit);
|
|
|
|
|
|
In logical evaluation expressions:
|
|
In logical evaluation expressions:
|
|
|
|
|