remove objects readme

This commit is contained in:
IlyaShurupov 2024-03-22 17:36:13 +03:00
parent fe908fe0bc
commit 430ba869d0

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.