Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Example 1

Stanislav Mikhel edited this page May 29, 2017 · 2 revisions

Open your favourite text editor, write here "Hello World" and save this file as hello.vps. Then open terminal and run command

vpsys hello.vps

The program will print string and then finish its work.

VPSYS can execute scripts which are written in files, like in this simple example, but also it can works in interpretation mode.

Clone this wiki locally