vipsi - the friendly vip script interpreter

Instructions

open

Instructions: openopen <filename>
Instructions: openopen #<number>, <filename>

Instructions: openOpen Text functions: file
Instructions: file
file
Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
stream for reading Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
writing.

Default stream is Constants: stdoutstdout which should be changed by supplying another stream Glossary: number, num_valnumber with #<number>. <filename> must be a Glossary: text, text_valtext value. Flow control: if … then
Flow control: try … then
The
filename can be a full Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
partial path Operators: Boolean Or with Variable "||="
Operators: Bitwise Or with Variable "|="
Operators: Bitwise Or "|"
Operators: Boolean Or "||"
or
can start with '~' for Flow control: if … then
Flow control: try … then
the
user's home directory. Though you should Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
Flow control: do … loopdo so, you can Instructions: openopen a stream for Constants: stdinstdin, Constants: stdoutstdout Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
Constants: stderrstderr even in Modes of Operation: Interactive Shellinteractive shell mode. Flow control: if … then
Flow control: try … then
The
shell's line editor uses a private copy of Constants: stdinstdin so that you are Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
not
suddenly left alone in Flow control: if … then
Flow control: try … then
the
dark.

Valid HTML   Valid CSS