remove objects readme

This commit is contained in:
IlyaShurupov 2024-03-22 17:36:13 +03:00 committed by Ilya Shurupov
parent 9054ed9f4a
commit 89eec0e329

View file

@ -1,8 +0,0 @@
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.