|
Instructions: putput <value>
Instructions: putput #<number>, <value>
Instructions: writeWrite data in Data Types: Text Glossary: text, text_valtext format. Flow control: if … then Flow control: try … thenThe default stream is Constants: stdoutstdout. Flow control: if … then Flow control: try … thenThe stream may be changed with #<number>. Default Data Types: Text Glossary: text, text_valtext encoding is UTF-8 unicode.
Data Types: Text Glossary: text, text_valText is written as converted with Vipsi command syntax: Functions Functions Glossary: Functionfunction Data Types: Text Text functions: stringstring. That is:
Data Types: Text Glossary: text, text_valText 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 Glossary: text, text_valtext written / echoed to Constants: stdinstdin
List functions: thisThis is Data Types: Text Glossary: text, text_valtext written to Constants: stdoutstdout
List functions: thisThis is Data Types: Text Glossary: text, text_valtext written to Constants: stderrstderr
Flow control: if … then Flow control: try … thenThe 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 … thenthe 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
run mode: Modes of Operation: Interactive Shellinteractive shell
List functions: thisthis Text functions: file Instructions: filefile must obey vip Example Scripts: CGI Scripts Example Scripts: Scriptsscript syntax
List functions: thisthis Text functions: file Instructions: filefile must evaluate to a Data Types: Lists and arrays Glossary: list, list_vallist
*/
prompt="vipsi> ",
/* color defs:
e.g.: normal, black, dark blue, bright_red,
bold blue, inverse, bold underline green
*/
color_put="normal",
color_get="blue",
color_err="inverse red",
0 /* for convenience only */
}
| |