Next: , Previous: language member, Up: TCL Engine


Code for declaring codel signatures
— TCL Backend: language signature codel [separator] [location]

Return the signature of a codel in the current language. If separator is given, it is a string that is inserted between the return type of the codel and the codel name (for instance, a \n in C so that the symbol name is guaranteed to be on the first column).

Parameters:

code
A 'codel' object.
separator
A string, inserted between the return type and the codel symbol name.
location
A boolean indicating whether to generate #line directives corresponding to the codel location in .gen file.