No side effects, no surprises.

Table semantax HTML matrix groups Together set of rows table [html · row-column] The table element groups together a set of rows, which in turn groups together a set of columns forming a matrix of cells for holding text, numbers, images, and more.

Download

The V Language Interpreter for Linux can be cloned from Github here. Log into the server that you want to install it on, change directory to /var, and issue the git clone command. The standard location for the scripts is /var/vli.

Clone from Github using SSH
cd /var
git clone git@github.com:joehonton/v-language-interpreter.git vli

If you do not have git installed, you can download a zip file from Github here.

Download from Github
cd /var
mkdir vli
cd vli
...
... download https://github.com/joehonton/v-language-interpreter/archive/master.zip to vli-master.zip
...
unzip vli-master.zip