Go to: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary  |
||
| Line 1: | Line 1: | ||
[[Category: | [[Category:Conditions]] | ||
 |  | ||
Go to | ====Go to==== | ||
Syntax : GOTO LABEL (IF EXPRESSION) | Syntax : GOTO LABEL (IF EXPRESSION) | ||
Latest revision as of 09:28, 20 December 2011

Go to
Syntax : GOTO LABEL (IF EXPRESSION)
*Argument:
LABELÂ : label of an other question
*If IF EXPRESSION is not defined, the expression of condition will have the value "true"
Position : At the end of question declaration
This condition support all question type
Example :
QUESTION testPage PAGE
This is question text
GOTO anotherQuestion_1
GOTO anotherQuestion_2 IF ( preQuestion == 2)