Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Go to

From Catglobe Wiki
Revision as of 09:28, 20 December 2011 by Cg_pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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)