Re: Syntax for OR
- Posted by katsmeow Mar 03, 2015
- 1674 views
Use parentheses liberally, they come free with each OE installation.
if seqConn[1] = (1 or 3) thenI tend to use equal() on everything, saves crashing from unequal sequence lengths and other nonsense.
Kat