<number> = <number> | <number>
Operators: Bitwise Or with Variable "|=" Operators: Bitwise Or "|"Bitwise 'or'.
Calculate Flow control: if … then Flow control: try … thenthe Operators: Bitwise And with Variable "&=" Operators: Bitwise And "&"bitwise 'and' of two numeric Glossary: Valuevalues.
Bitwise Vipsi command syntax: Operators Operators Glossary: Operatoroperators work on 32 bits. Flow control: if … thenIf you need less, you must mask Flow control: if … then Flow control: try … thenthe result.
Flow control: if … thenIf any of both Vipsi command syntax: Arguments Glossary: Argumentsarguments is a Data Types: Text Glossary: text, text_valtext, Flow control: if … then Flow control: try … thenthen it is evaluated as Glossary: number, num_valnumber. Flow control: if … thenIf one Glossary: Operator Glossary: Operandoperand is a Data Types: Lists and arrays Glossary: list, list_vallist, Flow control: if … then Flow control: try … thenthe result is a Data Types: Lists and arrays Glossary: list, list_vallist, where Flow control: if … then Flow control: try … thenthe operation was applied to all items. Recursively. Flow control: if … thenIf both are Data Types: Lists and arrays Glossary: list, list_vallists, 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 … thenthe operation is applied to all matching items.
e.g.:
vipsi> $0E | $58 = $5E
vipsi>
|