Hi,
How come in some statements I can use:
If (something) or DIE();
but other times it won't work (returns an error) unless I take out the
OR.
Is there any documentation on this anywhere?
How come in some statements I can use:
If (something) or DIE();
but other times it won't work (returns an error) unless I take out the
OR.
Is there any documentation on this anywhere?
Comment