_____ ___ _
| _ \ \ / / \ | |
| |_) \ \ / /| \| |
| __/ \ V / | |\ |
|_| \_/ |_| \_|
The gem and the TUI_Application are now on own github repositorys: gem TUI_Application Starting from beta-4.0.0 the Version number is individual for every part of PVN.
Declerations: {type}.new Redeclarations: {type}.edit
s = string
i = integer
f = float
b = boolean
This Notation is heavily based on Whitespace to make reading easier.
s.new name = "pnv"
i.new year_created = 2025
f.new age_in_days = 1.5
b.new cool = true