IXX-Commands: IF .. THEN ... ELSE ... ENDIF 

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > IXX. - Choose one of two cases >

IXX-Commands: IF .. THEN ... ELSE ... ENDIF 

EIF.  - End of IF Block

Previous Top Next


MiniRobotLanguage (MRL)

 

EIF. Command

End of an IF Block

 

 

Intention

 

Used in Conditional statements to close the statement-block.

Generally all IXX. commands support ELS. and EIF.

 

There is an more detailed explanation here: 1.6.1. Program Flow Control .

 

 

Syntax

 

 

EIF.

 

 

Parameter Explanation

 

-

 

 

Speed in Ticks:

This command uses typically around 3 to 9 Ticks.

 

 

Example

 

IEF.c:\MyFile.txt

    MBX. the file exists!

EIF.

 

 

 

Remarks

 

-

 

 

 

Limitations:

 

-

 

 

See also:

 

    1.6.1. Program Flow Control

    ELS. - ELSE