toptr [function]

toptr( var )

returns a pointer value, generated from variable var using the Conversion rules

toptr( 5 ); // returns 5
toptr( "3e+2" ); // returns address of the string
toptr( [] ); // returns address of array data