Modules/Objects/README.md
2024-11-24 22:41:13 +03:00

299 B

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.