📄️ Numeric
Varjus provides built-in support for numeric types, including integers, unsigned integers, and floating-point numbers. These types are designed for efficiency and precision, allowing developers to perform arithmetic and numerical computations seamlessly.
🗃️ String
2 items
🗃️ Array
2 items
🗃️ Object
2 items
📄️ Callable
Callable types represent functions or methods that can be invoked. In this language, a callable type is a first-class object, and you can assign it to variables, pass it around, and invoke it just like any other value.
📄️ Undefined
The `undefined` keyword represents an uninitialized or missing value. Any variable declared but not explicitly assigned a value will have undefined by default.