From 430ba869d079d90c5092c2d137a4ece977154f8e Mon Sep 17 00:00:00 2001 From: IlyaShurupov Date: Fri, 22 Mar 2024 17:36:13 +0300 Subject: [PATCH] remove objects readme --- Objects/README.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Objects/README.md diff --git a/Objects/README.md b/Objects/README.md deleted file mode 100644 index 7b860b7..0000000 --- a/Objects/README.md +++ /dev/null @@ -1,8 +0,0 @@ -Objects - -Objects are simple structures with run-time type information attached.
- -## 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.