mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
readme: add vars to readme
This commit is contained in:
parent
c5d9b60170
commit
069cb99131
1 changed files with 4 additions and 1 deletions
|
@ -21,8 +21,11 @@ bakery {
|
|||
}
|
||||
}
|
||||
|
||||
# variable
|
||||
$NUM_ORDERS = 3
|
||||
|
||||
cakes {
|
||||
number = 3 # int
|
||||
number = $NUM_ORDERS # use a variable
|
||||
colors = red, green, blue # string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue