Skip to content

Commit 680f491

Browse files
committed
docs: referencing another var
1 parent 995f6ae commit 680f491

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ A_B=Apple Ball
6363
x=Y
6464
```
6565

66+
Reference is possible like so:
67+
68+
```
69+
MAIN=1
70+
REF=${MAIN}/2
71+
REF2=${REF}/3
72+
# below will not be parsed as INV is not resolved
73+
REF3=${INV}
74+
```
75+
6676
### Retrieving
6777

6878
```php

0 commit comments

Comments
 (0)