[fpc-announce]New entry in Free Pascal Contributed units. (hash)

contribs at freepascal.org contribs at freepascal.org
Tue Jun 19 16:16:49 CEST 2001


The following entry was added to the Free Pascal contributed units:

Name         : hash
Author       : Wolf Behrenhoff
Email        : wolf at behrenhoff.de
Homepage     : 
FTP site     : http://www.behrenhoff.de/pascal/hash.tgz
Version      : 0.0
Date         : 01-06-19
Category     : Miscellaneous
Supported OS : not OS dependant
Description  :
If you like perl and miss a %hash in pascal, have a look at this unit. It provides a very simple way to rewrite perl programs that use hashes in pascal. Basiclly $h{x}='y' becomes h.SetString('x','y'), "print $h{x}" becomes Write(h.GetString('x')





More information about the fpc-announce mailing list