Framsticks classes are grouped in contexts. Context hierarchy is presented as nested boxes in the frame on the left. From a specific context, you can access its objects as well as objects of its parent contexts. The names represent both classes and objects of these classes (so that you can access fields of classes as ClassName.Field, just like the static fields in C++ and JAVA).
In this documentation, icons represent field types.
| Icon | Meaning |
|---|---|
![]() | Context |
![]() | Class |
![]() | Function (method) |
![]() | Object field |
![]() | Floating point field |
![]() | Integer field |
![]() | String field |
![]() | Untyped field |