Expression types

There are many object types in Lordui, like e.g.:

The objects of given types may be saved in global variables - they will be available from all the processes. To open the global variables edition window, choose Image globalVars button from upper toolbar. The window contains the list of all declared global variables.
The objects may also be declared and calculated during runtime. Every process has it's own memory, so it's independent from other processes. Every assigment during runtime takes place in local process memory, so it has no influence on global variables or other processes variables. While reader the variable value, process checkes if the object of given name is stored in local memory. If not it checks in global variables.

krzys2018-07-23