vipsi - the friendly vip script interpreter

Instructions

eval

Functions with varying return types: eval
Instructions: eval
eval
<text>

Execute <text> as a vip Example Scripts: CGI Scripts
Example Scripts: Scripts
script
.

Flow control: if … then
Flow control: try … then
The
Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
is parsed just like a Example Scripts: CGI Scripts
Example Scripts: Scripts
script
, so almost every Vipsi command syntax: Expressions
Glossary: Expression
expression
is possible here, including execution of own Vipsi command syntax: Procedures
Data Types: Procedures
Glossary: Procedure
procedures
.

Flow control: if … then
Flow control: try … then
The
evaluated Vipsi command syntax: Expressions
Glossary: Expression
expression
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
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
Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
. 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: eval
Instructions: eval
eval
which Flow control: returnreturns Flow control: if … then
Flow control: try … then
the
result of Flow control: if … then
Flow control: try … then
the
last Vipsi command syntax: Expressions
Glossary: Expression
expression
in Flow control: if … then
Flow control: try … then
the
Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
which is more commonly used.

vipsi> Functions with varying return types: eval
Instructions: eval
eval
«Instructions: putput "hello!"»
hello!

Valid HTML   Valid CSS