toptr [function]
toptr( var )
returns a pointer value, generated from variable var
using the Conversion rules
- this function is equivalent to sgs_GetPtr / sgs_ToPtr in the C API
toptr( 5 ); // returns 5 toptr( "3e+2" ); // returns address of the string toptr( [] ); // returns address of array data