TBind is available since version 1.0.
Prototype:
boolean TBind(string template_var_name, any concept_variable[, number template_context])
Parameters
template_var_name
the name of the template variable
concept_variable
the Concept variable to be linked to the template variable
Description:
Bind a template variable to a concept variable.
Return value:
Returns true if the variable was successfully bound, or false, if the variable was already added.