blob: c5808d7442bfc0277f347bf84b884f40bda5ee0d [file] [log] [blame]
# We define the greeting message here conditionally
(?):
- flavor == "normal":
greeting: |
Hello world !
- flavor == "somber":
greeting: |
Hey world.
- flavor == "excited":
greeting: |
Howdy there, and what a world it is !