- :integer
- :string
hash
get hash for given value
Parameters
hash value :any
Attributes
string | get as a string |
Returns
Examples
copyprint hash "hello" ; 613153351 print hash [1 2 3] ; 645676735036410 print hash 123 ; 123 a: [1 2 3] b: [1 2 3] print (hash a)=(hash b) ; true