Implemented a function to change the processing content depending on the conditions and a function to generate an arbitrary value.

Implemented conditional branch function and value generation function.

2020.09.15

■additional function 1, conditional branch processing. A function that you can change your automatic operation depending on the conditions, when your operation is matched with one condition, do this operation, if not, do another operation.

■additional function 2.value generation
This function can generate an arbitrary value while BOT is being executed.
(Values like today's date, random value, current time can be generated)