This shows you the differences between two versions of the page.
|
dido:public:ra:xapend:xapend.a_glossary:c:control_flow [2021/10/31 19:23] nick created |
dido:public:ra:xapend:xapend.a_glossary:c:control_flow [2022/02/03 05:19] (current) nick |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| } | } | ||
| </code> | </code> | ||
| + | |||
| + | : **Note:** Examples of [[dido:public:ra:xapend:xapend.a_glossary:c:control_flow]] operations are **''IF / ELSE IF / ELSE / ENDIF''**, or **''FOR LOOPS | WHILE LOOPS /''**, etc. | ||
| A typical script in JavaScript or PHP (and the like) includes many control structures, including conditionals, loops and functions. Parts of a script may also be set to execute when events occur. | A typical script in JavaScript or PHP (and the like) includes many control structures, including conditionals, loops and functions. Parts of a script may also be set to execute when events occur. | ||