Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
themeEclipse
titleConditional Statement Syntax
<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=

 

Examples