...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<if> <if (condition=”boolean-expression”) "boolean-expression"> <then> embedded-statement </then> <else> embedded-statement </else> </if> |
Syntax Notes
Reserved keywords box
Tag |
---|
if |
then |
else |
condition= |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<if> <if (condition=”boolean-expression”) "boolean-expression"> <then> embedded-statement </then> <else> embedded-statement </else> </if> |
Reserved keywords box
Tag |
---|
if |
then |
else |
condition= |