The program is able to compute set of expressions. As an expresion we mean here the set of operations on objects. The object may be string, number, image, point etc.
The variables, similar to procedures, may be grouped into collection. To place the variable into collection, there should be added the collection name as the prefix of variable name. The names should be separated with colon(In Lordui colon is the synonim of package separator). I.e. giving a variable name a:b:c, this variable will be called c and it will be stored int collection b, that will be stored in collection a.
Lordui allows finding all uses of the variable in the procedures. To run the search, click 'Edit' -> 'Show variable calls'. In shown window the full variable name should be provided.
Subsections
krzys2014-11-23