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.