echo_one
Helpful for debugging, will simply return what is passed into it as arguments.
Arguments
Name | Type | Description | Required |
---|---|---|---|
echo_arg | string | The argument to echo back. |
Returns
Type | Description |
---|---|
string | Returns the echoed argument. |
Example
Last updated