Gentee Programming Language > Documentation > Libraries Download documentation

getid

The function returns the code of an object (function, method, operator, type) by its name and parameters.
 
uint getid(
      str   name,
      collection   params
)

Parameters

nameThe name of an object (function, method, operator ). The name of the method must begin with '@'.
paramsThe types of the required parameters.

Return value

The code (identifier) of an object.



 
uint getid(
      str   name
)

Parameters

nameThe name of an object (function).

Return value

The code (identifier) of an object.

See also

    Other functions


 Copyright © 2004-2006 Gentee Inc. All rights reserved.