vipsi - the friendly vip script interpreter

Operators

Divide "/"

<number> = <number> / <number>

Operators: Divide with Variable "/="
Operators: Divide "/"
Divide
one numeric Glossary: Valuevalue by another.

Operators: Divide with Variable "/="
Operators: Divide "/"
Divide
two numerical Glossary: Valuevalues Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
Glossary: text, text_valtext values, which are converted to Data Types: Numbersnumbers, results in a Glossary: number, num_valnumber. Flow control: if … thenIf one Glossary: Operator
Glossary: Operand
operand
is a Data Types: Lists and arrays
Item selector "[]": Lists
Glossary: list, list_val
list
, Flow control: if … then
Flow control: try … then
the
result is a Data Types: Lists and arrays
Item selector "[]": Lists
Glossary: list, list_val
list
, where Flow control: if … then
Flow control: try … then
the
operation was applied to all items. Flow control: if … thenIf both are Data Types: Lists and arrays
Item selector "[]": Lists
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> 20/5  = 4
vipsi> Instructions: putput {40,50}/5  = { 8, 10 }
vipsi> Instructions: putput {40,50}/{8,5}  = { 5, 10 }
vipsi>  

Valid HTML   Valid CSS