EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

hash

The main structure of the hash.

type hash
{
   arr hashes
   uint itype
   uint isize
   uint count
   uint igncase
   hkeys keys
}

Members

hashes Array of hash values. Pointers to hashkey.
itype The type of the items.
isize The type of the item.
count The count of items.
igncase Equals 1 if the hash ignores case sensetive.
keys The structure for looking over keys

Related links

Source