| NEST HelpDesk | Command Index | NEST Quick Reference |
| Name: | not - logical not operator. | ||
| Synopsis: | bool not -> bool
int not -> int
| ||
| Description: | For booleans, not turns true info false and vice versa.
For integer arguments, not performs a bit-wise not where
1 is replaced by 0 and vice versa.
| ||
| Examples: | 1 2 eq not -> true
0 not -> -1
| ||
| Source: | /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slimath.cc |
| NEST HelpDesk | Command Index | NEST Quick Reference |
© 2000-2010 The NEST Initiative