Rev 2449 | Rev 5513 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2449 | Rev 3679 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | <p> |
104 | <p> |
105 | The relative positionning of the definition and the statement is important: |
105 | The relative positionning of the definition and the statement is important: |
106 | if a variable is defined AFTER the statement, the evaluation of the variable |
106 | if a variable is defined AFTER the statement, the evaluation of the variable |
107 | will take place only AFTER the user has replied to the question. In this |
107 | will take place only AFTER the user has replied to the question. In this |
108 | case, the definition may involve user replies, via <tt>\reply1</tt>, |
108 | case, the definition may involve user replies, via <tt>\reply1</tt>, |
109 | <tt>\reply2</tt>, etc. And the variable can be used in |
109 | <tt>\reply2</tt>, etc. And the variable can be used in testing |
110 | conditions or feedbacks. |
110 | conditions or feedbacks. |
111 | 111 | ||
112 | 112 |