Yep! An example:
>> limit = 10 >> happy = "" >> answerIsTooShort = "no" *label: start *if: answerIsTooShort = "yes" Your answer is too short. Please, tell us more! *question: Are you happy? *tip: Your answer should include at least {limit} charachers *type: paragraph *default: happy *save: happy *if: happy.size < limit >> answerIsTooShort = "yes" *goto: start >> answerIsTooShort = "no"