← Back to Explore

variable-undefined

Undefined variables preserved as literal text

variables

Rundown


# Variable Undefined

## 1. Echo undefined

- PASS: COMPLETE

```bash
rd echo "value={{undefined_var}}"
```

Run

Undefined variable stays as literal string in output

Initializing...

Initializing...

Step/