vipsi - the friendly vip script interpreter

Operators

Assignment "="

<variable> = <value>

Operators: Assignment "="Assign Glossary: Valuevalue to Glossary: Variable, var_refvariable.

Flow control: if … then
Flow control: try … then
The
right-side Glossary: Operator
Glossary: Operand
operand
<value> may be of any Data Types
Invariants: Data types
data type
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
Data Types
Invariants: Data types
data type
of Flow control: if … then
Flow control: try … then
the
left-side Glossary: Operator
Glossary: Operand
operand
<variable> is ignored Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
overwritten.

e.g.:

Instructions: var
How does VScript::Value() work?: Var*&
var
a = 47 Instructions: var
How does VScript::Value() work?: Var*&
var
x,y,z; x=y=z=47

Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
Note
:
Operators: Assignment "="
Built-in operators: Assignments:
Assignment
Vipsi command syntax: Operators
Operators
Glossary: Operator
operators
Flow control: do … loopdo Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
Flow control: returnreturn a result Glossary: Valuevalue. There are syntactical ambiguities with Flow control: if … then
Flow control: try … then
the
"=" Numeric functions: signsign e.g. in Literals: List literals
Lists and arrays: List literals
list literals
. List functions: thisThis also allows named items in other places, e.g. passing named Vipsi command syntax: Arguments
Glossary: Arguments
arguments
to Vipsi command syntax: Procedures
Data Types: Procedures
Glossary: Procedure
procedures
for a obj-C-like syntax. (planned for Flow control: if … then
Flow control: try … then
the
future)

Valid HTML   Valid CSS