Gentee Programming Language > Documentation > Libraries Download documentation

new

The function creates an object of the specified type.
 
uint new(
      uint   id
)

Parameters

idThe identifier or the name of a type.

Return value

The function returns the pointer to the created object.

See also

    Other functions


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