or

fun or(type: String)(source)

Bitwise or the top two variables on the stack Take the type of the variables as a string

IdentifierTypeByte Size
BByte1
SShort2
IInt4
JLong8
bUByte1
sUShort2
iUInt4
jULong8
ZBool1
CChar2
FFloat4
DDouble8

Since

0.1.0

Parameters

type

The type of the variables to bitwise or

See also