From bd61619c9f519e96a8b0f938a61169dad0d742ea Mon Sep 17 00:00:00 2001 From: Louis Mandel Date: Fri, 28 Feb 2025 21:06:10 -0500 Subject: [PATCH] Simplify code example --- examples/tutorial/conditionals_loops.pdl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/tutorial/conditionals_loops.pdl b/examples/tutorial/conditionals_loops.pdl index 853752992..7e86496d8 100644 --- a/examples/tutorial/conditionals_loops.pdl +++ b/examples/tutorial/conditionals_loops.pdl @@ -12,7 +12,6 @@ text: contribute: [] - if: ${ eval == 'no' } then: - text: - - read: - message: "Why not?\n" + read: + message: "Why not?\n" until: ${ eval == 'yes'}