vipsi - the friendly vip script interpreter

Operators

Bitwise Or "|"

<number> = <number> | <number>

Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Bitwise 'or
'.

Calculate Flow control: if … then
Flow control: try … then
the
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
bitwise 'and
' of two numeric Glossary: Valuevalues.

Bitwise Vipsi command syntax: Operators
Operators
Glossary: Operator
operators
work on 32 bits. Flow control: if … thenIf you need less, you must mask Flow control: if … then
Flow control: try … then
the
result.

Flow control: if … thenIf any of both Vipsi command syntax: Arguments
Glossary: Arguments
arguments
is a Data Types: Text
Glossary: text, text_val
text
, Flow control: if … then
Flow control: try … then
then
it is evaluated as Glossary: number, num_valnumber. Flow control: if … thenIf one Glossary: Operator
Glossary: Operand
operand
is a Data Types: Lists and arrays
Glossary: list, list_val
list
, Flow control: if … then
Flow control: try … then
the
result is a Data Types: Lists and arrays
Glossary: list, list_val
list
, where Flow control: if … then
Flow control: try … then
the
operation was applied to all items. Recursively. Flow control: if … thenIf both are Data Types: Lists and arrays
Glossary: list, list_val
lists
, they should Numeric functions: matchmatch in size Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
Flow control: if … then
Flow control: try … then
the
operation is applied to all matching items.

e.g.:

vipsi> $0E | $58  = $5E
vipsi>  

Valid HTML   Valid CSS