vipsi - the friendly vip script interpreter

Instructions

include

Functions with varying return types: include
Instructions: include
include
<filename>

Load Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
execute named Example Scripts: CGI Scripts
Example Scripts: Scripts
script
Text functions: file
Instructions: file
file
just as Flow control: if … thenif it's contents were part of Flow control: if … then
Flow control: try … then
the
current source. Flow control: if … then
Flow control: try … then
The
<filename> must be a Glossary: text, text_valtext value.

Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
Note
: Flow control: if … then
Flow control: try … then
the
Text functions: file
Instructions: file
file
is included Operators: Make Identifier "@"at Flow control: if … then
Flow control: try … then
the
time when List functions: thisthis Vipsi command syntax: Instructions
Instructions
Glossary: Instruction
instruction
is executed, that means: maybe never, maybe repeatedly, Flow control: if … thenif it occurs in a Flow control: do … looploop. It is Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
included Operators: Make Identifier "@"at pre-compile time Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
in some kind of pre-processor as in C.

Flow control: if … then
Flow control: try … then
The
included Example Scripts: CGI Scripts
Example Scripts: Scripts
script
Flow control: end
Shell Immediate Commands: exit, quit, end
ends
when it executes an Flow control: end
Shell Immediate Commands: exit, quit, end
end
Vipsi command syntax: Instructions
Instructions
Glossary: Instruction
instruction
, Flow control: returnreturn on ground level (Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
inside a Vipsi command syntax: Procedures
Data Types: Procedures
Glossary: Procedure
procedure
) Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
program execution reaches Flow control: if … then
Flow control: try … then
the
Flow control: end
Shell Immediate Commands: exit, quit, end
end
of Flow control: if … then
Flow control: try … then
the
Example Scripts: CGI Scripts
Example Scripts: Scripts
script
Text functions: file
Instructions: file
file
. It also Flow control: end
Shell Immediate Commands: exit, quit, end
ends
when it encounters an uncatched error, which generates an error in Flow control: if … then
Flow control: try … then
the
calling Example Scripts: CGI Scripts
Example Scripts: Scripts
script
which subsequently will terminate Flow control: if … then
Flow control: try … then
the
calling Example Scripts: CGI Scripts
Example Scripts: Scripts
script
Flow control: if … thenif it Flow control: do … loopdoes Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
catch Flow control: if … then
Flow control: try … then
the
error.

There is also a Vipsi command syntax: Functions
Functions
Glossary: Function
function
Functions with varying return types: include
Instructions: include
include
which Flow control: do … loopdoes pretty Flow control: if … then
Flow control: try … then
the
same thing but also Flow control: returnreturns Flow control: if … then
Flow control: try … then
the
result Glossary: Valuevalue, which Flow control: if … then
Flow control: try … then
the
included Example Scripts: CGI Scripts
Example Scripts: Scripts
script
must Flow control: returnreturn with Flow control: if … then
Flow control: try … then
the
Flow control: end
Shell Immediate Commands: exit, quit, end
end
<value>
Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
Flow control: returnreturn <value> Vipsi command syntax: Instructions
Instructions
Glossary: Instruction
instruction
. Flow control: if … then
Flow control: if … then
If the
included Example Scripts: CGI Scripts
Example Scripts: Scripts
script
did Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
Flow control: returnreturn a Glossary: Valuevalue, Flow control: if … then
Flow control: try … then
then
result 0.0 is assumed.

Valid HTML   Valid CSS