vipsi - the friendly vip script interpreter

Instructions

rsort

Instructions: rsortrsort <list_var>

Instructions: sortSort Data Types: Lists and arrays
Item selector "[]": Lists
Glossary: list, list_val
list
in descending order.

Flow control: if … thenIf items of different Data Types
Invariants: Data types
data type
are encountered, they a sorted solely based on their Data Types
Invariants: Data types
data type
. Expect bad things to happen Flow control: if … thenif one of Flow control: if … then
Flow control: try … then
the
items is a NaN.

Operators: Bitwise Not "~"
Operators: Boolean Negation "!"
Note
on Vipsi command syntax: Identifiers (names)
Identifiers, names
Operators: Make Identifier "@"
Text functions: name
Glossary: Name, Identifier
names
: currently (version 0.8.8), Flow control: if … then
Flow control: if … then
if the
Data Types: Lists and arrays
Item selector "[]": Lists
Glossary: list, list_val
list
contains named items Flow control: if … then
Flow control: try … then
then
vipsi - the friendly one.: The namethe names are moved along with their data. Thus accessing items by Vipsi command syntax: Identifiers (names)
Identifiers, names
Operators: Make Identifier "@"
Text functions: name
Glossary: Name, Identifier
name
yields Flow control: if … then
Flow control: try … then
the
same data as prior to shuffling, except Flow control: if … thenif multiple items with same Vipsi command syntax: Identifiers (names)
Identifiers, names
Operators: Make Identifier "@"
Text functions: name
Glossary: Name, Identifier
name
are present in Flow control: if … then
Flow control: try … then
the
Data Types: Lists and arrays
Item selector "[]": Lists
Glossary: list, list_val
list
. List functions: thisThis may be changed. Future version will probably only move Flow control: if … then
Flow control: try … then
the
data Operators: Boolean And with Variable "&&="
Operators: Bitwise And with Variable "&="
Operators: Bitwise And "&"
Operators: Boolean And "&&"
and
no Vipsi command syntax: Identifiers (names)
Identifiers, names
Operators: Make Identifier "@"
Text functions: name
Glossary: Name, Identifier
names
.

e.g.:

Instructions: rsortrsort mylist

Valid HTML   Valid CSS