Implemented none and any, but I need to implement early termination.

This commit is contained in:
Tom Alexander
2020-06-07 18:52:09 -04:00
parent f1b868ce33
commit 0fac063c8d
2 changed files with 42 additions and 2 deletions

View File

@@ -100,3 +100,11 @@ Early termination stand-alone comparison{~n}
If your pet was a {type} we'd name it {pet_name}{~n}
{/pet_names}
{/select}{~n}
@any alone{~n}
=========={~n}
{@any}{person} has a pet!{~n}{/any}
@none alone{~n}
==========={~n}
{@none}I don't know what to name {person}'s pet...{~n}{/none}