From de89774374530bbba6d4bc5f8396a75953b7be00 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 20 Oct 2009 20:13:28 +0000 Subject: [PATCH] pb with For and missing While --- doc/TODO.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/TODO.txt b/doc/TODO.txt index 3bccc30d6c..aaff5fcb8a 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,5 +1,14 @@ $Id: TODO.txt,v 1.34 2009-10-18 19:41:04 geuzaine Exp $ +We have no While() loop in the parser, and we cannot emulate it with +For because we don't recompite the For args after each iteration: + +step = 1.0; +For k In {0:100:step} +Printf("step = %f k = %f", step, k ); +step = step + 10; +EndFor + ******************************************************************** fix artefacts when moving the mouse over an animation -- GitLab