readme: add vars to readme

This commit is contained in:
Vaxry 2023-12-29 12:03:19 +01:00
parent c5d9b60170
commit 069cb99131
1 changed files with 4 additions and 1 deletions

View File

@ -21,8 +21,11 @@ bakery {
} }
} }
# variable
$NUM_ORDERS = 3
cakes { cakes {
number = 3 # int number = $NUM_ORDERS # use a variable
colors = red, green, blue # string colors = red, green, blue # string
} }