Text
|
Decision structures in Caravan script are created using If-endif and if-else-endif conditional statements.
You can test conditions and then, depending on the results of that test, perform different operation. The condition is usually a
comparison, but it can be any expression that evaluates to a value.
|