Browse Source

clarify !if false value is optional

master
Adam Pippin 3 years ago
parent
commit
d378ad6691
  1. 2
      README.md

2
README.md

@ -196,7 +196,7 @@ Conditionally include portions of the document.
Expects to receive an array where the first element is a condition, the second is
the value if the condition is true, and the third is the value if the condition
is false.
is false (this one is optional).
Expressions use postfix notation because this is a play project right now and
it's both fun and easy to implement and my HP calculator demanded it. Bright side,

Loading…
Cancel
Save