vipsi - the friendly vip script interpreter

Instructions

require

Instructions: requirerequire <text>

As of version 0.8.8.: under development.

Load Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
execute a library Example Scripts: CGI Scripts
Example Scripts: Scripts
script
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
<text> Vipsi command syntax: Arguments
Glossary: Arguments
argument
Vipsi command syntax: Identifiers (names)
Identifiers, names
Operators: Make Identifier "@"
Glossary: Name, Identifier
identifies
Flow control: if … then
Flow control: try … then
the
library by it's Integer numbers: Base 256base Vipsi command syntax: Identifiers (names)
Identifiers, names
Operators: Make Identifier "@"
Text functions: name
Glossary: Name, Identifier
name
Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
, optionally, version. Flow control: if … then
Flow control: try … then
The
library Text functions: file
Instructions: file
file
is searched in vipsi's library path, which is ~/.vipsi/ Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
/usr/local/lib/vipsi/ by default. Example Scripts: LibrariesLibraries must have Text functions: file
Instructions: file
file
extension ".vl".

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
Instructions: requirerequire Vipsi command syntax: Statements
Glossary: Statement
statement
should occur early in a Example Scripts: CGI Scripts
Example Scripts: Scripts
script
.

e.g.:

Instructions: requirerequire "Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
TEXT
" // Instructions: requirerequire Flow control: if … then
Flow control: try … then
the
Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
utilities from Flow control: if … then
Flow control: try … then
the
Text functions: file
Instructions: file
file
"Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
TEXT
.vl" Instructions: requirerequire "BOOK.1" // Instructions: requirerequire book utilites in version 1

Valid HTML   Valid CSS