IF Statement AND/OR
Resultjacob.small January 15, 2018, 4:03pm 6. If statements in designscript are fairly straightforward. Test ? True: False; Where Test is a comparison returning a true/false. True is the desired result if the Boolean test returns true. False is the result if the Boolean test returns false. The ? marks the end of the test.