vipsi - the friendly vip script interpreter

Operators

Boolean Negation "!"

<number> = !<number>

Boolean / logical Operators: Boolean Negation "!"negation.

Flow control: if … then
Flow control: if … then
If the
Vipsi command syntax: Arguments
Glossary: Arguments
argument
Glossary: number, num_valnumber is evaluated as true (non-zero) Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
false 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
then
List functions: thisthis boolean Glossary: Valuevalue is negated, resulting in '0' Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
'1'.

Flow control: if … then
Flow control: if … then
If the
supplied Glossary: Valuevalue is a Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
, Flow control: if … then
Flow control: try … then
then
it is automatically evaluated as a Glossary: number, num_valnumber.

e.g.:

Flow control: if … thenif !Numeric functions: existsexists(boo) Numeric functions: log
Numeric functions: loge
Instructions: log
log
"Glossary: Variable, var_refvariable boo is missing" Flow control: if … then
Flow control: try … then
then
;

Valid HTML   Valid CSS