18,700
edits
(→bool: bools are buggy in Windows) |
(→Logical: bare bool references don't work right in Windows Oni) |
||
Line 419: | Line 419: | ||
| ! | | ! | ||
| Not | | Not | ||
| Logical Not. Reverses the result of a test. "!some_bool" is the same as saying "some_bool eq false" or "some_bool ne true". | | Logical Not. Reverses the result of a test. "!(some_bool eq true)" is the same as saying "some_bool eq false" or "some_bool ne true". | ||
|- | |- | ||
| and | | and |