
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>bin_or()</b> - binary or
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
bin_or() - binary OR
nResult := bin_or(nParam...)
nParam 32-bit integer.
Returns Bitwise "or" of all parameters.
Returns the binary "or" of its list of parameters. Each parameter
must be a numeric integer, and the result is the bitwise "or" of all
of the parameters.
Example:
#include "telepath.ch"
tp_tflags(bin_or(tp_tflags(), TF_ECHO))
// Turn on local echo.
See Also: bin_and() bin_not() bin_xor()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson