
EN: rebol.com -
rebol.org -
rebol.net -
FR: Rebol Documentation Project -
forum RebelBB -
rebol-france.org -
forum codeur -
Convertit une valeur en son équivalent de type HASH.
to-hash valeur
valeur - L’argument “valeur”.
Convertit une valeur en son équivalent de type HASH.
test-hash: to-hash [Bob Tina Fred Sandra Linda] probe find test-hash 'Fred make hash! [Fred Sandra Linda]
to - Construit et retourne une nouvelle valeur après conversion.