.. highlightlang:: us .. _get_prototype: get_prototype ============= .. index:: get_prototype .. us.tag get_prototype NOTREADYENGLISH New400 Programming.Symboltable Programming.Debug :ref:`get_prototype` returns the prototype string of a UniScript function. .. function:: ssPrototype = get_prototype(ssFunction) .. us.return **Return Value** *ssPrototype* is the prototype string of a UniScript function. .. us.params **Parameters** .. uparam:: ssFunction *ssFunction* is the name of a UniScript function. .. us.example **Example** :: * get_prototype("sinh") sinh(x); .. seealso:: :ref:`overview-programming`, :ref:`nmaxargs` :sub:`id-1272419`