Modules/Objects/README.md
2024-03-07 13:28:59 +03:00

8 lines
299 B
Markdown

Objects
Objects are simple structures with run-time type information attached. <br>
## Features
- Encapsulates most of the basic types into run time object.
- Has its own scripting language to manipulate those objects at run-time.
- Can save and load any object at any point in execution.