V
VDX
Docs
Changelog
Download
Get VDX
Documentation
Language reference for VDX v0.0.11.
Getting Started
Installation
Hello World
Project Structure
Language Basics
Classes
Variables (let)
Constants (const)
Types
Functions (fn)
Operators
Modulo (%)
Increment/Decrement (++/--)
Arrays
Objects (new)
Dictionaries
Print
Import
Built-in Functions
type()
input()
len()
push() / pop()
Modules
Math Module
Filesystem Module
Control Flow
if / elif / else
while Loops
for Loops
break
continue
wait(ms)
Safety
Loop Protection
@unsafe
Error Reporting
Advanced
this Keyword
Scoping Rules
Return Values