4. Initializing values#

When calling jeveuo or wkvect the memory manager searches for space in the central memory. If the object does not have an image on disk (i.e. during its first write access), the value segment is initialized according to the type of the object: \(0.\) for real ones, \((0.\mathrm{,0}\mathrm{.})\) for complexes, \(0\) for integers, for integers, \(\text{'}\text{'}\) (white) for characters.

Rule of use:

There is no need to perform an initialization loop before using the value segment for the first time.