iff project v1.2

    Whats mean iff project ?

    This is a project where you can use x and y variables.

    You can use it when writing menu or writing conditions, pretty simple;
 

    How can use?
 
    For example, if x is equal to 2, how is it written?

 
   call iff 1 2 echo yes

    For example, if x is greater than 5, less than 1, how is it written?
    
    call iff 11 1 5 echo yes

    For example, how is it written if x is greater than 2 and x is less than 7, and y is greater than 3 and y is less than 8?

    call iff 1122 2 7 3 8 echo yes

    For example, write horizontally from 0 to 5 in the upper left corner of the screen.
    call iff 0 5

    For example, write from 0 to 5 vertically in the upper left corner of the screen.
    call iff 00 5
 

    Thank you for reading
    Good Day
    



        Video           :    <--click-->
        Download   :    <--click-->

 

 

Comments

Popular posts from this blog

WColor (Word Color) by MathInDOS

Copy Menu by cmd