PaulPeterson1
6 years agoQrew Assistant Captain
Execute a block of code in an IF Statement
I hope this is a simple question with an simple answer.
Is it possible to execute a block of code rather than a single action inside an IF statement?
Ex:
IF(condition, {
command 1,
command 2,
....
}
------------------------------
Paul Peterson
------------------------------