vipsi - the friendly vip script interpreter

Instructions

join

List functions: join
Instructions: join
join
<list_var>, <separator>

Insert Flow control: if … then
Flow control: try … then
the
Separatorsseparator between all Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
texts
Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
Operators: Append Text to Variable "#="
Operators: Append List to Variable "##="
Operators: Concatenate Texts "#"
Operators: Concatenate Lists "##"
concatenate
all Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
texts
from Flow control: if … then
Flow control: try … then
the
Data Types: Lists and arrays
Item selector "[]": Lists
Glossary: list, list_val
list
Glossary: Variable, var_refvariable to one Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
. Any item which is Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
a Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
is converted Text functions: stringto text prior.

There is also a Vipsi command syntax: Functions
Functions
Glossary: Function
function
List functions: join
Instructions: join
join
which Flow control: returnreturns Flow control: if … then
Flow control: try … then
the
joined Data Types: Text
Item selector "[]": Text
Glossary: text, text_val
text
.

Instructions: var
How does VScript::Value() work?: Var*&
var
mytext = Text functions: file
Instructions: file
file
"foobär" List functions: split
Instructions: split
split
mytext // into lines List functions: join
Instructions: join
join
mytext,Constants: nlnl // rejoin Flow control: if … then
Flow control: try … then
them
, inserting unix Constants: nlnl's

Valid HTML   Valid CSS