update authored by Eron's avatar Eron
......@@ -42,7 +42,7 @@ We have an almost pathological focus on minimalism. We want the functionality o
* Android container. (2024 Q1)
## Language Details
* FUBS is basically an object oriented imperative language with decent support for closures and class hierarchies.
* FUBS is basically an object oriented imperative language with decent support for closures.
* Only classes exist at the top level. Classes can contain inner classes, data fields (global or per object members), functions, and methods.
* Inner classes exist solely for the purpose of providing a hierarchical namespace.
* A class may specify one or more parent classes for inheritance.
......
......