vipsi - the friendly vip script interpreter

Instructions

put

Instructions: putput <value>
Instructions: putput #<number>, <value>

Instructions: writeWrite data in Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
format.
Flow control: if … then
Flow control: try … then
The
default stream is Constants: stdoutstdout. Flow control: if … then
Flow control: try … then
The
stream may be changed with #<number>.
Default Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
encoding is UTF-8 unicode.

Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
Text
is written as converted with Vipsi command syntax: Functions
Functions
Glossary: Function
function
Data Types: Text
Text functions: string
string
. That is:

Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
Text
output to a tty is colorized by vipsi to make it unique for Constants: stdinstdin, Constants: stdoutstdout Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
Constants: stderrstderr:

List functions: thisThis is Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
written / echoed to Constants: stdinstdin
List functions: thisThis is Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
written to Constants: stdoutstdout
List functions: thisThis is Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
written to Constants: stderrstderr

Flow control: if … then
Flow control: try … then
The
color Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
attributes are choosen to hopefully Numeric functions: matchmatch Flow control: if … then
Flow control: try … then
the
capabilities of your terminal Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
can be overridden by Interactive Shell: Preferencespreferences in ~/.vipsi/shell.prefs:

# Interactive Shell: Preferencespreferences for vipsi
# Flow control: if … thenif started in Modes of Operation: Interactive Shellinteractive shell mode

#prompt     vipsi>

# e.g.: normal, black, dark blue, bright_red, bold blue, inverse, bold underline green
stdout_attr
stdin_attr  blue
stderr_attr inverse red

Valid HTML   Valid CSS