Hash
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
	
hash returns an integer that is "relatively unique" to the given value. In the case of strings, the hash is case-sensitive.  In the case
of a list or map, the hash combines the hash values of all elements.
Arguments
| Parameter Name | Parameter Type | Default Value | Meaning | 
|---|---|---|---|
| obj | any | null | value to hash | 
Usage Notes
Note that the value returned is platform-dependent, and may vary across different MiniScript implementations.

